MATLAB SIMULINK VERIFICATION AND VALIDATION - S Guide de l'utilisateur Page 523

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 674
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 522
Create HTML Reports with cvhtml
21-11
Create HTML Reports with cvhtml
Once you run a test in simulation with cvsim, results are saved to cv.cvdatagroup or
cvdata objects in the base MATLAB workspace. Use the cvhtml command to create an
HTML report of these objects.
The following command creates an HTML report of the coverage results in the cvdata
object cvdo. The results are written to the file file in the current MATLAB folder.
cvhtml(file, cvdo)
The following command creates a combined report of several cvdata objects:
cvhtml(file, cvdo1, cvdo2, ...)
The results from each object are displayed in a separate column of the HTML report.
Each cvdata object must correspond to the same root model or subsystem, or the
function produces errors.
You can specify the detail level of the report with the value of detail, an integer
between 0 and 3:
cvhtml(file, cvdo1, cvdo2,..., detail)
Higher numbers for detail indicate greater detail. The default value is 2.
Vue de la page 522
1 2 ... 518 519 520 521 522 523 524 525 526 527 528 ... 673 674

Commentaires sur ces manuels

Pas de commentaire