How to write a matrix using for loop
Mostra commenti meno recenti
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 Commenti
Steven Lord
il 14 Mar 2019
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
il 16 Mar 2019
Risposte (2)
Matt J
il 14 Mar 2019
2 voti
Yes.
5 Commenti
Shahrukh Hossain
il 14 Mar 2019
Matt J
il 14 Mar 2019
Yes, I know how.
Shahrukh Hossain
il 14 Mar 2019
Shahrukh Hossain
il 14 Mar 2019
TADA
il 16 Mar 2019
0 voti
I would start at the documentation
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!