Simulink and GUI Interaction
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi everyone, here is the case, i have a simulink model, lets say a PID controller that corrects the water level on a tank. What i want to know is if there is way to extract data from this model and then import it into a simple gui i have created. Also if possible control the simulink model (e.g. amplifiers) through the gui.
댓글 수: 0
채택된 답변
TAB
2012년 1월 12일
You can export your simulink data to base workspace using 'To WorkSpace' blocks OR by using signal logging feature. Read this data in your GUI.
For controlling your simulink model with GUI refere
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Prepare Model Inputs and Outputs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!