None.
Open in the MATLAB editor: x04aa_example
function x04aa_example fprintf('x04aa example results\n\n'); iflag = int64(1); nerr = int64(6); [nerr] = x04aa(iflag, nerr); fprintf('The error message unit number is set to %2d\n', nerr); fprintf('(Note: this has no effect in this product)\n');
x04aa example results The error message unit number is set to 6 (Note: this has no effect in this product)