統計
MATLAB Answers
2 質問
0 回答
ランク
of 178,851
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
elimination of the chosen elements and rearranging the matrix
a=[1 2 3 4 5 6 7 8 nan nan nan nan nan]; for i=1:length(a) b(i)=a(i)+1; if b(i)< 4 b(i)=[]; elseif b(i)>6 ...
約7年 前 | 1 件の回答 | 0
1
回答質問
removing the array elements
%testing the elimation of the elements outside the boundary% np=22; L=10; x=linspace(0,L,np); %position(:,1)=x; for i=1:np ...
約7年 前 | 1 件の回答 | 0

