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

조회 수: 2 (최근 30일)
William Moore
William Moore 2020년 8월 13일
답변: Devineni Aslesha 2020년 8월 28일
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

답변 (1개)

Devineni Aslesha
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

카테고리

Help CenterFile 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!

Translated by