htmlBarh

버전 1.0.0.1 (1.9 KB) 작성자: Matthew Simoneau
Writes a horizontal stacked bar graph as an HTML-file.
다운로드 수: 2.1K
업데이트 날짜: 2016/9/1

라이선스 보기

HTMLBARH(DATA,FILENAME,LABELS,WIDTH) writes DATA out to FILENAME as an HTML fragment that creates a horizontal stacked bar graph labeled with the cell array LABELS. WIDTH scales the bar graph to be so many pixels wide. It returns the full pathname of the file.
DATA defaults to "magic(5)". FILENAME defaults to barh.html. LABELS defaults to {'1','2', ... , 'n'}. WIDTH defaults to 400.

Examples:
web(htmlBarh)
web(htmlBarh(rand(10,5)))
web(htmlBarh(rand(10,5),'foo.html'))
web(htmlBarh(rand(2,5),'foo.html',{'one','two'}))
web(htmlBarh(rand(2,5),'foo.html',{'one','two'},200))

See also BARH.

인용 양식

Matthew Simoneau (2024). htmlBarh (https://www.mathworks.com/matlabcentral/fileexchange/4218-htmlbarh), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.1

Updated license

1.0.0.0

Update help.