How can I display and run a Simulink VR World from MATLAB?
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Devineni Aslesha
2020-8-28
Hi William,
Here is a similar question that might help you to run a simulink model from the App Designer
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!