<< ld_print_angle basic_ldblocks ld_printfBin >>

ORTD Scilab Interface Toolbox >> basic_ldblocks > ld_printf

ld_printf

Print data to stdout (the console)

Calling Sequence

[sim] = ld_printf(sim, events, in, str, insize)

Description

in *+(insize) - vectorial input signal

str is a string that is printed followed by the signal vector in

of size insize

Hint: Apply colored printf&apos;s by using the predefined terminal color codes:

str = ORTD.termcode.red + &quot;some colored text..." + ORTD.termcode.reset

instead of red there currently is: green, yellow, blue.


Report an issue
<< ld_print_angle basic_ldblocks ld_printfBin >>