How could I write in a vector something in a position different to a given one?
1 回表示 (過去 30 日間)
古いコメントを表示
Juan Manuel Hussein Belda
2021 年 10 月 15 日
コメント済み: Juan Manuel Hussein Belda
2021 年 10 月 15 日
v = [1,2,3,4,5]
idx = 3;
What I would like to do is get v = [NaN, NaN, 3, NaN, NaN];
How could I do it?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!