MATLAB PARALLEL COMPUTING TOOLBOX - S Guida Utente Pagina 410

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 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
Vedere la pagina 409
1 2 ... 405 406 407 408 409 410 411 412 413 414 415 ... 655 656

Commenti su questo manuale

Nessun commento