Loading data into MATLAB and plotting it ?
Mostrar comentarios más antiguos
Can somebody guide me how load .csv files(which contains many columns) through GUI into MATLAB and select the vaiables through GUI and plot ?
Respuestas (1)
KSSV
el 24 de Mzo. de 2022
0 votos
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 comentario
Trilok Meena
el 30 de Jul. de 2022
Editada: Trilok Meena
el 30 de Jul. de 2022
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!