create vector from each element it had
古いコメントを表示
Hi
Lets say I have a vector that goes: [x y z]
Im trying to create, if possible without a loop, the following vec: [1:x, 1:y, 1:z]
only I don't know who x y or z will ne, or how many elemnts will the first vec have
2 件のコメント
TADA
2020 年 6 月 9 日
What's wrong with your solution:
[1:x, 1:y, 1:z]
?
Maya Harel
2020 年 6 月 9 日
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で App Building についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!