Main Content

diary

Display or save Command Window text of batch job

Description

diary(job) displays the Command Window output from the batch job in the MATLAB® Command Window. The Command Window output is captured only if the batch command included the 'CaptureDiary' argument with a value of true.

diary(job,filename) appends the Command Window output from the batch job to the specified file.

The captured Command Window output includes only the output generated by execution of the task function. This function does not capture output from code that runs asynchronously from the task.

Input Arguments

collapse all

Batch job, specified as a parallel.Job object.

Name of file to append with Command Window output text from batch job, specified as a string.

Version History

Introduced in R2008a

See Also

| |