MATLAB PARALLEL COMPUTING TOOLBOX - S Guide de l'utilisateur Page 410

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 656
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 409
11 Functions — Alphabetical List
11-66
diary
Display or save Command Window text of batch job
Syntax
diary(job)
diary(job, 'filename')
Arguments
job Job from which to view Command Window output text.
'filename' File to append with Command Window output text from batch job
Description
diary(job) displays the Command Window output from the batch job in the MATLAB
Command Window. The Command Window output will be captured only if the batch
command included the 'CaptureDiary' argument with a value of true.
diary(job, 'filename') causes the Command Window output from the batch job to
be appended to the specified file.
The captured Command Window output includes only the output generated by execution
of the task function. Output is not captured from code that runs asynchronously from the
task.
See Also
diary | batch | load
Vue de la page 409
1 2 ... 405 406 407 408 409 410 411 412 413 414 415 ... 655 656

Commentaires sur ces manuels

Pas de commentaire