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 ?

Antworten (1)

KSSV
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
Trilok Meena am 30 Jul. 2022
Bearbeitet: Trilok Meena am 30 Jul. 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

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 24 Mär. 2022

Bearbeitet:

am 30 Jul. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by