|
When I intend to publish my m-file to html file. I got this error message even my m-file is very short and no error when I run it. I think there must be a problem of matlab. Dose anybody have the same problem? How to solve that?
??? Attempt to execute SCRIPT find_system as a function:
C:\Program Files\MATLAB\R2006b\toolbox\simulink\simulink\find_system.m
Error in ==> codetools\private\takepicture>captureSystems at 132
oldOpenSystems = find_system('LookUnderMasks','all','Open','on');
Error in ==> codetools\private\takepicture at 50
oldSystems = captureSystems;
Error in ==> codetools\private\evalmxdom at 31
[pictureList, mcodeOutput, isError] = takepicture( ...
Error in ==> publish at 158
dom = evalmxdom(dom,prefix,imageDir,options);
|