Creating a Vector with 5 elements in a specific way
2 ビュー (過去 30 日間)
古いコメントを表示
Hello dear friends!
Could you help me with this w Q?
Thanks!!!
0 件のコメント
回答 (1 件)
Sriram Tadavarty
2020 年 7 月 30 日
Hi Yuval,
n = 5;
u = 2.^(0:n-1);
Hope this helps.
Regards,
Sriram
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!