Class: coder.make.ToolchainInfo
Package: coder.make
Invoke toolchain setup commands specified by MATLABSetup and ShellSetup
h.setup
h.setup
runs setup commands before starting
the software build process. First, it runs the commands specified
by coder.make.ToolchainInfo.MATLABSetup
, and then
it runs the commands specified by coder.make.ToolchainInfo.ShellSetup
.
The commands in MATLABSetup
run in your MATLAB® software.
The commands in ShellSetup
run as system calls
to the standard input of the operating system on your host computer.
These commands are similar to what you enter when you use the command
line.
[success,report] = h.setup
success = 1 report = ''