Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Group

Utilities
Description

Sets the version of MATLAB to be used for edition and compilation.

Required Control

None
Usage

RtlabApi.SetMatlabRelease(matlabRelease)

Input
  • matlabRelease: MATLAB version. See OP_MATLAB_VERSION.

Output

None

Exception
  • EOK: Success.
  • EPERM: System control had not been granted to this client.
  • EINVAL: Invalid version.
  • EBADF: Model not specified by previous OpalConnect or OpalSetCurrentModel.
  • EIO: Error sending the request or receiving the reply.
ExamplesNone
Related ItemsOP_MATLAB_VERSION.
Modulesimport RtlabApi
  • No labels