DispA(ll)
Version 1.4.0.0 (1.31 KB) by
Alan Robinson
Enhanced disp that can take any number of arguments
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 LinuxCategories
Find more on Characters and Strings in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
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 |