Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to print out rest of data

1 回表示 (過去 30 日間)
andrew
andrew 2013 年 7 月 24 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 日
Create a new array from your original array. For example if
A=rand(891,1) % your original array
new_A=A(362:891)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by