Main Content
diary
Display or save Command Window text of Simulink.Simulation.Job
object
Description
diary(
displays the Command Window
output from the simJob
)Simulink.Simulation.Job
object,
simJob
, in the MATLAB® Command Window. The Command Window output is captured only if the
batchsim
command includes the 'CaptureDiary'
argument with a value of true
.
diary(
causes the Command Window output from the batch job to be appended to the specified file.
Open the file, simJob
,'filename'
)filename
, with any text editor.
Examples
Input Arguments
Version History
Introduced in R2018b
See Also
Functions
parsim
|batchsim
|cancel
|fetchOutputs
|listAutoAttachedFiles
|wait
|parcluster
(Parallel Computing Toolbox) |getSimulationJobs
Classes
Simulink.SimulationInput
|Simulink.Simulation.Job
|parallel.Cluster
(Parallel Computing Toolbox)
Topics
- Comparison Between Multiple Simulation Workflows
- Batch Processing (Parallel Computing Toolbox)