<< true (Matlab function) T U >>

Scilab Help >> Code Matlab => Scilab > Equivalences Matlab -> Scilab > T > type (Matlab function)

type (Matlab function)

Display contents of file

Matlab/Scilab equivalent

Matlab Scilab
type filename
printf("%s", mgetl(filename)) // or alternatively:
write(6, mgetl(filename))

Scilab mtlb_type is a partial emulation of Matlab type function.

Scilab type function does not match with Matlab type !


Report an issue
<< true (Matlab function) T U >>