Module io

Module io 

Source
Expand description

Input/Output operations for RunMat runtime

This module provides language-compatible I/O functions like fprintf, disp, etc.

Functionsยง

disp_number_builtin
Display a number with automatic newline
disp_string_builtin
Display a string with automatic newline (language disp)
fprintf_format2_builtin
Format and display string with two numeric arguments
fprintf_format_builtin
Format and display string with one numeric argument (fprintf with %d, %f, %.4f etc.)
fprintf_string_builtin
Display a string to the console (language fprintf with single string argument)
tic_builtin
Start a stopwatch timer (language tic function)
toc_builtin
Read elapsed time from stopwatch (language toc function)