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