execute matlab script from a remote computer

6 views (last 30 days)
Hi:
I wrote a script to run the simulation of my Simulink model on HPC (high performance computer) remotely. I used a script which I created locally and works fine on my local machine. But it didn't work on the HPC.
The information:
_ Warning: This functionality is no longer supported under the -nodisplay and -noFigureWindows startup options. For more information, see "Changes to -nodisplay and -noFigureWindows Startup Options" in the MATLAB Release Notes. _
Any suggestion about this?
By the way, I guess the reason maybe related to the coverage report generation.
In my script I use command * cvhtml * to generate the coverage report of the execution of my Simulink model. The problem is using cvhtml, when the simulation finished, there will be a pop out window to display the generated html coverage report. But this window is not neceesary, Is there any way to skip the display window of the generated coverage report?
Thanks in advance!

Answers (0)

Categories

Find more on Verification, Validation, and Test in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!