executing a program then loading results into the matlab GUI?
古いコメントを表示
hi
i have a program. i execute it. i get answers in the command terminal.
now what i want to do, is to just display the results of the program using my gui. that is. i don't want to do any calculations or anything in the gui.
mainly because i have a lot of do while loops in the program. and i have not been able to figure out the same for the gui. plus it is already beginning to look messy.
all i want is that upon pressing certain pushbuttons of my gui the results of the program should be displayed in the respective text boxes. how do i manage this? i am only taking a single input from the user via the gui. is there anyway to make the whole thing like : 1. user input via gui 2. all calculations and everything elsewhere in another file 3. display result in gui.
p.s. i am a complete newbie when it comes to the matlab GUI. i did try and read up on the documentation. but i am still confused.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!