Loading data into MATLAB and plotting it ?
Afficher commentaires plus anciens
Can somebody guide me how load .csv files(which contains many columns) through GUI into MATLAB and select the vaiables through GUI and plot ?
Réponses (1)
KSSV
le 24 Mar 2022
0 votes
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 commentaire
Trilok Meena
le 30 Juil 2022
Modifié(e) : Trilok Meena
le 30 Juil 2022
Catégories
En savoir plus sur Annotations 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!