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!