DispA(ll)

Enhanced disp that can take any number of arguments
1K Downloads
Updated 17 Dec 2012

View License

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

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

Cite As

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

MATLAB Release Compatibility
Created with R2006b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Characters and Strings in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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