Why 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?

1 view (last 30 days)
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?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 3 Jun 2019
Edited: MathWorks Support Team on 3 Jun 2019
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.

More Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!