統計
MATLAB Answers
2 質問
0 回答
ランク
of 178,376
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Convert relational unknown data to matlab
How to set arrey of these elements: Array 1 : (0<=(x)<=4pi) or the opposite. Array 2 : (0>(2pi/10)>100) or the opposite.
5年以上 前 | 1 件の回答 | 0
1
回答質問
Getting an error : In an assignment A(:) = B, the number of elements in A and B must be the same. with my multiple plotting code!
x= 0:0.01:pi; n= length(x); y= zeros(1,n); for plots = 1:3 if plots ==1 for k= 1:n y(k)= sign(x(k)); ...
5年以上 前 | 2 件の回答 | 0
