pic2xls

버전 1.0.0.0 (1.81 KB) 작성자: Fahad Al Mahmood
This function inserts a picture into an Excel file
다운로드 수: 3.8K
업데이트 날짜: 2005/12/12

라이선스 보기

pic2xls(pic,file,sheet,param)

pic2xls : Inserts a picture into an Excel file

pic: image file name (.gif,.jpg,.bmp,..etc)
file: Excel file name (new or existing)
sheet: sheet name.
param: consists of a row of 4 numbers:
[left top width height]
left: image location from left side (pixels)
top: image location from top side (pixels)
width: image width (pixels)
height: image width (pixels)

Example:
pic = 'tree.jpg';
file = 'file.xls';
pic2xls(pic,file,'Sheet1',[0 0 200 200]);

인용 양식

Fahad Al Mahmood (2024). pic2xls (https://www.mathworks.com/matlabcentral/fileexchange/9209-pic2xls), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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