Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to Run Scripts (which contains several functions, each function has separate .m function script) from a GUI buttons
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I have A lot of data (in CSV) to process, generated from different kind of tests. Depending on the type of tests I have .m scripts for each. I want to build a GUI which can take values from GUI (Such as path of the file directory) and run those scripts of choice.
My problem is, those scripts contains calling function scripts. For example, I have a function script which convert csv files into .mat files (in the order of my preference after some calculation).
So if i want to give input to my scripts from the GUI, how should I write it?
Thank you in Advance.
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!