Variables from Matlab App Workspace to Simulink without Matlab Workspace
35 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Marco
am 22 Sep. 2025 um 12:08
Kommentiert: Marco
am 25 Sep. 2025 um 10:18
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 Kommentare
Akzeptierte Antwort
Andreas Goser
am 23 Sep. 2025 um 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 Kommentare
Andreas Goser
am 23 Sep. 2025 um 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?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!