DispA(ll)

Enhanced disp that can take any number of arguments

You are now following this Submission

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 (2026). DispA(ll) (https://nl.mathworks.com/matlabcentral/fileexchange/21705-dispa-ll), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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