Save real-time application parameter values
saveparamset(
saves the real-time application parameter values in the file
target_object
, 'filename
')filename
. This method saves the file on a local drive of the target computer (C:\ by default). You can later reload these parameters with the
loadparamset
function.
Save real-time application parameter values if you change these parameter values while the application is running in real time. Saving these values enables you to recreate easily real-time application parameter values from several application runs.
The functions saveparamset
and loadparamset
save or load only block parameters. You cannot use these functions to save or load
parameters defined only in the model workspace.