統計
MATLAB Answers
3 質問
0 回答
ランク
of 174,642
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0