None.
Open in the MATLAB editor: x06aa_example
function x06aa_example fprintf('x06aa example results\n\n'); % The number of threads to set num_set = int64(5); % Set the number of threads to use ifail = x06aa(num_set); % Retrieve the number of threads to use num_max = x06ac(); if (ifail == 0) fprintf('\nThe number of threads to use for NAG routines: %d\n', num_max); end
x06aa example results The number of threads to use for NAG routines: 5