Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how to print out rest of data

1 visualización (últimos 30 días)
andrew
andrew el 24 de Jul. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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?

Respuestas (1)

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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by