Hi there,
I met a problem when using MATLAB function "exportgraphics".
I open MATLAB under "nodesktop" mode and use "exportgraphics" to save a PDF file. However, in comand line, following information appears:
<</ID[<DEAD1C2145F3D2B9769CD2727BE248DF><DEAD1C2145F3D2B9769CD2727BE248DF>]/Info 4 0 R/Root 1 0 R/Size 448>>
<</ID[<8905FEFDDA7FE7FA1620E6FD378F0C4E><8905FEFDDA7FE7FA1620E6FD378F0C4E>]/Info 1 0 R/Root 45 0 R/Size 46>>
Fixing references in 448 0 R by 447
Fixing references in 449 0 R by 447
Fixing references in 450 0 R by 447
Fixing references in 451 0 R by 447
I tried to use "evalc" to omit these message but failed. It seems that these information are printed by lower-level APIs so "evalc" cannot help.
Is there any way to catch all the messages that "exportgraphics" prints? Thanks.