Main Content

sldrtkernel

Install and remove Simulink Desktop Real-Time kernel

Description

example

sldrtkernel -install installs the Simulink® Desktop Real-Time™ kernel on your system.

On Windows® systems, installing or uninstalling the kernel can require you to authorize requests from User Account Control (UAC). On macOS systems, installing or uninstalling the kernel can require you to enter an osascript password.

example

sldrtkernel -uninstall removes the Simulink Desktop Real-Time kernel from your system.

example

sldrtkernel -version displays the Simulink Desktop Real-Time version installed on your system.

sldrtkernel -setup installs the Simulink Desktop Real-Time kernel on your system.

Examples

collapse all

Checking the version of the kernel, uninstalling the kernel, and installing a new version

  1. Check the kernel version.

    sldrtkernel -version
    The installed version of the Simulink Desktop Real-Time kernel 
    is 5.0.0.
  2. Uninstall the kernel. At the command prompt, type y.

    sldrtkernel -uninstall
    
    You are going to uninstall the Simulink Desktop Real-Time kernel.
    Do you want to proceed? [y] : y
    The Simulink Desktop Real-Time kernel has been successfully 
    uninstalled.
    
  3. Reinstall the kernel. At the command prompt, type y.

    sldrtkernel -install
    
    You are going to install the Simulink Desktop Real-Time kernel.
    Do you want to proceed? [y] : y
    The Simulink Desktop Real-Time kernel has been successfully 
    installed.

Version History

Introduced in R2015a

expand all