I have a question on plotting a specific part of data from a larger section,
Afficher commentaires plus anciens
Below shows my code for plotting two waveforms over 12 seconds,the workspace variable D10 is 240001 x 2 double, I am particularly interested in a section of this data between 5 and 8 seconds and I want to plot it separately on its own, several attempts have given errors so any help is much appreciated.
Thanking you in advance
t = [((0:length(D10)-1))]*1/20000; plot (t,D10); xlabel('Time(s)'), ylabel('Pu') title ('Engine and Generator Shaft Speed')
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!