How to write a matrix using for loop
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
답변 (2개)
참고 항목
카테고리
Help Center 및 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!