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 ?

回答 (1 件)

KSSV
KSSV 2022 年 3 月 24 日

0 投票

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 件のコメント

Trilok Meena
Trilok Meena 2022 年 7 月 30 日
編集済み: Trilok Meena 2022 年 7 月 30 日
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

サインインしてコメントする。

カテゴリ

タグ

質問済み:

2022 年 3 月 24 日

編集済み:

2022 年 7 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by