photo

nouf attar


Last seen: plus de 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
206 898
of 301 481

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 298

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 744

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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)

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


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:')...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse