How to write a matrix using for loop
古いコメントを表示
I want to create a matrix that contains points as x and y coordinates. like this :
A=[1111222233334444
1234123412341234]
it has to be like this and i want to create this using for loop . Is there any way to do so ?
2 件のコメント
Steven Lord
2019 年 3 月 14 日
If you show us what you've tried so far we may be able to offer some guidance for how to improve or correct that code.
Shahrukh Hossain
2019 年 3 月 16 日
回答 (2 件)
Matt J
2019 年 3 月 14 日
2 投票
Yes.
5 件のコメント
Shahrukh Hossain
2019 年 3 月 14 日
Matt J
2019 年 3 月 14 日
Yes, I know how.
Shahrukh Hossain
2019 年 3 月 14 日
Shahrukh Hossain
2019 年 3 月 14 日
TADA
2019 年 3 月 16 日
0 投票
I would start at the documentation
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!