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)