photo

nouf attar


Last seen: más de 3 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
256.745
of 301.432

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.280

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.555

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


Matrix dimensions must agree. Error q=ones(m)-u;
u= ([1 0.5 0.3 0.2; 2 3 4 5]); [m,n]=size(u); q=ones(m)-u; display(q)

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


creating GUI for my program by app designer
% enter the two matrices u= ([1 0.5 0.3 0.2; 2 3 4 5]); v= ([0.5 0.7 0.2 0.4; 2 3 4 5]); display('List of fuzzy operations:')...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using plot Vectors must be the same length.
x = -10:0.4:10; b = 2;c = 0; mf1 = gbellmf(x,[2 b c]); mf2 = gbellmf(x,[4 b c]); mf3 = gbellmf(x,[6 b c]); mf = [mf1 mf2...

más de 3 años hace | 1 respuesta | 0

1

respuesta