How do I mix a GUI with a code?

Hello, I have designed a GUI for my project, and I have a separate code. I need help integrating them together. The GUI is designed in a way where it asks for a driving frequency, and the code should begin running to gather the data after entering a driving frequency. I have the GUI, and the code separately. I am not sure how I can mix them together though. I am new to MATLAB, so I am incredibly lost in that sense. I would appreciate any help. Thank you very much!

1 Kommentar

Stephen23
Stephen23 am 25 Apr. 2022
Bearbeitet: Stephen23 am 25 Apr. 2022
"I am not sure how I can mix them together though."
Inside your GUI you can import the data (from file/s), process it by calling whatever functions you want (including your own), and then finally save the output data (to file). That is the very general answer to your very general question.
Don't panic. Take it one step at a time, for example where does the data come from? Inside your GUI you can add the functions that import your data, just like you would from inside any other function.
I recommend writing your own GUI following Rik's well-written advice given here:
Otherwise you can use the AppDesigner (which makes it simple at the beginning):

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2020a

Gefragt:

am 25 Apr. 2022

Bearbeitet:

am 25 Apr. 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by