Warning while saving object of class

2 次查看(过去 30 天)
Gerrit
Gerrit 2019-10-15
Hello all: I have been given a script 'scriptName.m' that includes the following four lines of code:
hws = get_param(bdroot, 'modelworkspace');
hws.DataSource = 'MAT-File';
hws.FileName = 'filename_xyz';
hws.saveToSource;
On execution of the script, I get the following warning, repeated several times:
Warning: While saving an object of class 'matlabshared.scopes.UnifiedScope':
Method 'saveobj' is not defined for class 'matlabshared.scopes.UnifiedScope'
or is removed from MATLAB's search path.
> In scriptName (line 145)
Line 145 is the last line "hws.saveToSource;" of the four lines quoted above.
I cannot find any information in the help or online on what this warning means or what causes it, and thus on how I may avoid it. Does anyone know of any documentation relating to this warning message? The term 'scopes' suggests that it is related to a Simulink model, which is plausible, but is that true? Thanks in advance.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Model, Block, and Port Callbacks 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by