How can I display and run a Simulink VR World from MATLAB?

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

Prodotti

Richiesto:

il 13 Ago 2020

Risposto:

il 28 Ago 2020

Community Treasure Hunt

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

Start Hunting!

Translated by