DispA(ll)

버전 1.4.0.0 (1.31 KB) 작성자: Alan Robinson
Enhanced disp that can take any number of arguments
다운로드 수: 1K
업데이트 날짜: 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