•
|
The CreateSBlock command saves the source code that you define to a file and runs the MATLAB® script through the MATLAB® link from within Maple.
|
•
|
This command operates both on the command line, as well as in an interactive mode that allows the selection of the output file through a file selection dialog box.
|
The opts arguments are optional arguments of the form option = value, where option is one of the names listed below. These arguments correspond to keyword parameters; the left side of an equation is the keyword, the right side is the value. Each keyword parameter has a default value that is assigned if the parameter is not passed.
The following paragraphs describe each of the keyword parameters. The first line of each paragraph specifies the format of the argument: the left side is the keyword and the right side specifies the type of the value. If the type is truefalse, then passing just the keyword is equivalent to passing keyword = .
|
Specifies the path where the file is saved. not specified
|
•
|
interactive = truefalse
|
|
Opens a dialog box that allows you to save the file.
|