import
Import custom code, functions, and types into Simulink
Description
, where
success
= obj.import()obj
is an object of class Simulink.CodeImporter
, parses
the specified custom code and imports it into Simulink® with default import options. If the custom code was not previously parsed or
if the custom code or the settings of obj.CustomCode
have changed since
the custom code was parsed, then the ParseInfo
property of
obj
is populated or repopulated with the information resulting from the
parse.