DispA(ll)

版本 1.4.0.0 (1.3 KB) 作者: Alan Robinson
Enhanced disp that can take any number of arguments
1.0K 次下载
更新时间 2012/12/17

查看许可证

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

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Characters and Strings 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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