Loading data into MATLAB and plotting it ?
Show older comments
Can somebody guide me how load .csv files(which contains many columns) through GUI into MATLAB and select the vaiables through GUI and plot ?
Answers (1)
KSSV
on 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 Comment
Trilok Meena
on 30 Jul 2022
Edited: Trilok Meena
on 30 Jul 2022
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!