photo

nouf attar


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
256,745
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

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)

3 years ago | 2 answers | 0

2

answers

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

3 years ago | 1 answer | 0

1

answer

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

3 years ago | 1 answer | 0

1

answer