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
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
2022년 7월 30일
편집: Trilok Meena
2022년 7월 30일
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!