Feeds
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0