You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It outputs an error when generating documentation for a model containgn referenced subsystems
for variable = requiredVariables assert(logical(exist(variable{1},'var')), 'Report generation failed in %s.\n%s not defined.', filename, variable{1}); end
The text was updated successfully, but these errors were encountered:
Working on bug fix. It seems that the issue is due to one of the files in utilities, Simulink-Utility\DataflowTracing\inoutblock2subport.m, not working. Suspect it is due to a Matlab bug where changing the pwd from the Simulink model's directory causes find_system() to return different systems compared to if the pwd is in the model's directory.
While the bug fix is going online, try running the documenter but make sure the pwd is the same as the Simulink model path and also re-open the simulink model once the pwd and model directory match.
It outputs an error when generating documentation for a model containgn referenced subsystems
for variable = requiredVariables assert(logical(exist(variable{1},'var')), 'Report generation failed in %s.\n%s not defined.', filename, variable{1}); end
The text was updated successfully, but these errors were encountered: