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?

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 7월 24일

0 개 추천

Create a new array from your original array. For example if
A=rand(891,1) % your original array
new_A=A(362:891)

이 질문은 마감되었습니다.

태그

질문:

2013년 7월 24일

마감:

2021년 8월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by