GUI for plotting specific rows-columns in a 3D cell matrix
4 ビュー (過去 30 日間)
古いコメントを表示
I have a matlab cell matrix in which each cell contains a vector of numbers. I am trying to visualize the cell matrix data and plot various rows with various columns. However, to get my desired graph/plot that I am looking for, I am not sure which rows/columns should I pick and whether I should take the average, max or first/second/third.. value from each cell. As I continuously change my plotting parameters, it gets really annoying to change multiple loops and their limits every time I want to try another plot. Trying to extract the correct information you want from a such a jungle becomes really frustrating.
I am looking for a toolbox/GUI to help me play around and visualize this 3D cell matrix so I can plot whatever I need by some simple clicks and avoid the confusion of several loops inside each other.
Would there be any ideas to help me through that?
0 件のコメント
回答 (1 件)
BhaTTa
2024 年 11 月 20 日 7:42
Hey @Ahmad Khaled, you can achieve it through MATLAB App Designer, where you can create a custom GUI using the App Designer to load your data, select rows/columns, and choose aggregation methods (e.g., average, max, specific index). This approach requires some initial setup but offers flexibility in visualization.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!