How to write a matrix using for loop
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Steven Lord
am 14 Mär. 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.
Antworten (2)
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!