how to print out rest of data
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I have a matrix that is 891x1 and only 361/891 data printed how can i print the rest of the data without it repeating?
댓글 수: 0
답변 (1개)
Azzi Abdelmalek
2013년 7월 24일
Create a new array from your original array. For example if
A=rand(891,1) % your original array
new_A=A(362:891)
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!