Not able to generate a Webview from a Simulink Model

19 views (last 30 days)
Hello,
I am struggling to generate a Webview from a Simulink Model, as is explained here: Create and Use a Web View
I am missing this option from the context menu. This is how it looks on my side:
I also tried to use the MATLAB function, as described here: slwebview
This is the error I get:
Is there something I have to do in order to have the menu context button for Webview?
I have license for Simulink Toolboxes, which includes Simulink Report Generator.
I use Release 2018-A.
Thanks!

Answers (1)

Ganapathi Subramanian R
Ganapathi Subramanian R on 12 Apr 2024
Hi Stefanel,
I understand that you are facing an issue while generating webview from a SImulink model using 'slwebview' function. This seems to be a license related issue. License Manager Error - 39 indicates that you are logged into your computer as a user who is not authorized to use the license. Kindly follow the steps listed in the below MATLAB answers post to resolve the issue.
For further information regarding how to create and use a webview from a Simulink model in MATLAB R2018a, please refer to the below documentation by executing the following command in MATLAB Command Window.
>> web(fullfile(docroot, 'rptgenext/ug/tutorial-creating-web-views-of-simulink-models.html'))

Community Treasure Hunt

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

Start Hunting!