![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19293801_1598364227419_DEF.jpg)
Lan Lou
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
1 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
In the "Section 5 - Further Practice" of MATLAB Onramp, it is stated that, "Indices can be non-consecutive numbers. Try extracting the first, third, and sixth elements of density.". How to do it ?
You would use: p=density([1 3 6],:) or p=density([1 3 6],end) or p=density([1 3 6],1)
In the "Section 5 - Further Practice" of MATLAB Onramp, it is stated that, "Indices can be non-consecutive numbers. Try extracting the first, third, and sixth elements of density.". How to do it ?
You would use: p=density([1 3 6],:) or p=density([1 3 6],end) or p=density([1 3 6],1)
4年以上 前 | 1