Loading data into MATLAB and plotting it ?
Ältere Kommentare anzeigen
Can somebody guide me how load .csv files(which contains many columns) through GUI into MATLAB and select the vaiables through GUI and plot ?
Antworten (1)
KSSV
am 24 Mär. 2022
0 Stimmen
Why you want to use gui? REad about the functions readtbale, csvread. These functions are startight forward. To plot the data you want, read about the plot function.
1 Kommentar
Trilok Meena
am 30 Jul. 2022
Bearbeitet: Trilok Meena
am 30 Jul. 2022
Kategorien
Mehr zu Annotations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!