MATLAB: Do I get an error message when I click any link below What’s Next in the Code Generation Complete window of the Embedded Coder Quick Start

argumentscoderembeddedEmbedded Coderhelpviewmanyoutputquickstarttooweb

Why do I get an error message saying "Too many output arguments" from the 'web' function when I click any link below "What's Next" in the Code Generation Complete window of the Embedded Coder Quick Start?

Best Answer

The error occurs when clicking the links below "What's Next" in the Code Generation Complete window of the Embedded Coder Quick Start:
The full error message may be something like
Error using web (line 85)
Too many output arguments.
Error in helpview (line 283)
web(help_path, '-helpbrowser');
This issue is likely due to path issues, and should be resolved by using
>> restoredefaultpath
>> rehash toolboxcache
>> sl_refresh_customizations
Note that custom path modifications may need to be altered before being re-applied to prevent the issue from coming back.