MATLAB SIMULINK VERIFICATION AND VALIDATION - S Guía de usuario Pagina 524

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 674
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 523
21 Automating Model Coverage Tasks
21-12
Save Test Runs to File with cvsave
Once you run a test with cvsim, save its coverage tests and results to a file with the
cvsave function:
cvsave(filename, model)
Save all the tests and results related to model in the text file filename.cvt:
cvsave(filename, cvto1, cvto2, ...)
Save the tests in the text file filename.cvt. Information about the referenced models is
also saved.
You can save specified cvdata objects to file. The following example saves the tests,
test results, and referenced models' structure in cvdata objects to the text file
filename.cvt:
cvsave(filename, cvdo1, cvdo2, ...)
Vista de pagina 523
1 2 ... 519 520 521 522 523 524 525 526 527 528 529 ... 673 674

Comentarios a estos manuales

Sin comentarios