Info

此问题已关闭。 请重新打开它进行编辑或回答。

how to print out rest of data

2 次查看(过去 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