How can I select data, from inside a folder directory, on GUI guide and plot this data?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi there,
I would like to plot data using GUI guide on matlab.
I have inside a folder directory, some data points. That in the normal workspace, not using GUI, I plot as follows:
plot(px, pp(:,3,4),'g-','LineWidth',1);
hold on
(there are multiple data points)
I would like help on how to access these data stored in the form of workspace.mat in GUI? My goal is to have 3 push buttons on GUI, where I select which kind of plot I want to be displayed.
I also intend to use a pop-up menu to select the different data samples inside a folder directory.
Thank you for the help. I hope I made myself clear, sorry I am new to Matlab and new to GUI.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!