Skip to content

Matlab-Toolbox/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Printf

This Toolbox includes to helper scripts printf and dispf.

They are both wrappers for fprintf for formatting strings but output to stdout automatically. dispf like disp includes an implicit line return, printf does not.

EXAMPLES

printf('Hello%s-%f\n', 'World', 123.45 );

%% With implicit LineReturn
dispf('Hello%s-%f', 'World', 123.45 );

About

fprintf direct to stdout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages