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?

 Réponse acceptée

KSSV
KSSV le 1 Nov 2022
Modifié(e) : KSSV le 1 Nov 2022
T = readtable('https://in.mathworks.com/matlabcentral/answers/uploaded_files/1175788/newdata3.csv') ;
data = reshape(T.(2),6000,[]) ;
plot(data)

3 commentaires

uzzi
uzzi le 1 Nov 2022
Modifié(e) : uzzi le 1 Nov 2022
Hello. It doesn't generate each figure for every 6000 rows interval. I want it like a loop such as for loop or while loop and plot each interval. And I have my x-axis as time. In your graph, time is not showing.
KSSV
KSSV le 1 Nov 2022
data is array....you can put loop.
uzzi
uzzi le 1 Nov 2022
That's the question!!! I don't know how to put loop.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by