How can i install the vr editor in the student version?

C
clara · Aug 13, 2021 · 2.3K views
Question
downloaded and installed the Simulink 3D animation toolbox for my student version of MATLAB r2014a. When i enter the command: vrinstall -install editor i get: Editor will not be installed on this platform. Why do i keep getting this message? Why can't i install the editor?
Expert Answer
Profile picture of John Michell
John Michell PhD Expert
Answered Aug 24, 2026

To install the VR editor in MATLAB's student version, follow these steps:

  1. Download the Simulink 3D Animation Toolbox: Ensure you have the Simulink 3D Animation toolbox installed. You can download it from the MathWorks website.

  2. Run the VR Install Command: Open MATLAB and run the following command in the Command Window:

    matlab
    vrinstall -install editor
    

    This command will install the V-Realm Builder, which is the external VRML editor.

  3. Check Platform Compatibility: Note that V-Realm Builder is supported only on Windows. If you're using a different platform, you'll need to use the built-in editor instead.

  4. Launch the Built-in Editor: If you're not on Windows, you can use the built-in editor by running:

    matlab
    edit(vrworld('your_vrml_file.wrl'))
    

    You can also access it interactively from the vrfigure menu bar or the Apps bar.

  5. Troubleshooting: If you encounter any errors, ensure that your student version of MATLAB has the necessary permissions and that you're following the installation steps correctly.

Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!