Variables from Matlab App Workspace to Simulink without Matlab Workspace
조회 수: 34 (최근 30일)
이전 댓글 표시
Is it possible to pass variables form Matlab app workspace (a struct in matlab app made like this app.Workspace.Subworkspace.Variable), directly to Simulink, without using Matlab Workspace or an external file?
댓글 수: 0
채택된 답변
Andreas Goser
2025년 9월 23일 5:35
Yes, you can pass variables from a MATLAB app workspace directly to Simulink without using the MATLAB workspace or an external file. You can achieve this by using the Simulink.SimulationInput object to set parameters directly from your app's workspace.
댓글 수: 4
Andreas Goser
2025년 9월 23일 14:12
As I found a few technical articles around detail problems around compiling lookup tables, I conclude this is generally possible. But I am ot an expert for this. I am happy to connect you with MathWorks staff to help you further. Can you send me a personal message for further conversation if you are interested?
추가 답변 (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!