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

2 vues (au cours des 30 derniers jours)
William Moore
William Moore le 13 Août 2020
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

Réponses (1)

Devineni Aslesha
Devineni Aslesha le 28 Août 2020
Hi William,
Here is a similar question that might help you to run a simulink model from the App Designer

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by