Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how to print out rest of data

1 vue (au cours des 30 derniers jours)
andrew
andrew le 24 Juil 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
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?

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 24 Juil 2013
Create a new array from your original array. For example if
A=rand(891,1) % your original array
new_A=A(362:891)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by