DispA(ll)

Enhanced disp that can take any number of arguments
1K descargas
Actualizado 17 dic 2012

Ver licencia

Wish disp took more than one argument? Tired of using fprintf to print to the console? Try:

Dispa('the brightness is', var, 'cd/m2');

Citar como

Alan Robinson (2024). DispA(ll) (https://www.mathworks.com/matlabcentral/fileexchange/21705-dispa-ll), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2006b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Characters and Strings en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.4.0.0

V3.1: This revision has better help text.

1.3.0.0

now supports \t and \n style formatting, like printf (in fact, it uses fprintf to output text).

1.2.0.0

Updated description.

1.1.0.0

Improved comments, supports string concatenation.

1.0.0.0