Borrar filtros
Borrar filtros

repetitive looping and plotting

2 visualizaciones (últimos 30 días)
uzzi
uzzi el 1 de Nov. de 2022
Comentada: uzzi el 1 de Nov. de 2022
Hello,
I want to create a loop such as for loop or while loop for every 6000 rows and plot each loop of the attached csv file. Can someone help me?

Respuesta aceptada

KSSV
KSSV el 1 de Nov. de 2022
Editada: KSSV el 1 de Nov. de 2022
T = readtable('https://in.mathworks.com/matlabcentral/answers/uploaded_files/1175788/newdata3.csv') ;
data = reshape(T.(2),6000,[]) ;
plot(data)
  3 comentarios
KSSV
KSSV el 1 de Nov. de 2022
data is array....you can put loop.
uzzi
uzzi el 1 de Nov. de 2022
That's the question!!! I don't know how to put loop.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by