Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how to print out rest of data

1 Ansicht (letzte 30 Tage)
andrew
andrew am 24 Jul. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 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?

Antworten (1)

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

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by