How can I display and run a Simulink VR World from MATLAB?
Show older comments
I have a GUI made in App Designer, and I need it to be able to load a Simulink model and run it, as well as display a VR World that I have inside the model.
function ProcessDataButtonPushed(app, event)
load_system('mySim');
% Set a bunch of parameters, not relevant to question
sim("mySim", 50)
end
Answers (1)
Devineni Aslesha
on 28 Aug 2020
0 votes
Hi William,
Here is a similar question that might help you to run a simulink model from the App Designer
Categories
Find more on Model, Block, and Port Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!