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
类别
在 帮助中心 和 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!