While programming we might need to display the values of our variables in the Scilab console for debug purposes or to output the final results of our script/algorithm.
The best way to display the values of our variables is by using the “mprintf()” function. This function is very similar with the C code “printf()”.
















