Loading data into MATLAB and plotting it ?

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
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
Trilok Meena le 30 Juil 2022
Modifié(e) : Trilok Meena le 30 Juil 2022
I want to read the parameters diectly from the GUI using the gui by one click and it will plot then the parameter with time. So that multiple excel files I can read plot. I am using matlab appdesigner to do this. Does anything is there we can directly read into GUI ? I

Connectez-vous pour commenter.

Catégories

En savoir plus sur Software Development 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!

Translated by