Go to Home Go to About
Go to Products Go to Contact
Go to News
Go to Services

vroload - Load VR objects.

VRObjs = vroload(UPFile, <UPPosition>, <UPFigure>)
  • VRObjs are the objects which were exposed from within the WorldUp IDE.
  • UPFile WorldUp file.
  • UPPosition must be in pixels [Left, Bottom, Width, Height]. Default: Entire window area.
  • UPFigure must be a valid figure handle. Default: Creates new window.

VRObjs = vroload(UPFile) opens a new MATLAB figure and fills the entire figure with the WorldUp ActiveX control loading the specified UPFile.

VRObjs = vroload(UPFile, UPPosition) opens a new MATLAB figure and places the WorldUp ActiveX control at UPPosition.

VRObjs = vroload(UPFile, UPFigure) fills the entire UPFigure with the WorldUp ActiveX control.

VRObjs = vroload(UPFile, UPPosition, UPFigure) places the WorldUp ActiveX control at the UPPosition in the UPFigure.

MATLAB, Simulink, and Handle Graphics are trademarks of The MathWorks, Inc.