|
|
| File Information |
| Description |
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]); |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
| Other requirements |
Microsoft Excel |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (5) |
| 23 May 2008 |
Christian Jardim
|
|
|
| 26 Mar 2007 |
Steve Jacob
|
|
|
| 18 Oct 2006 |
Tamir Suliman
|
|
|
| 04 Jan 2006 |
Fahad Al Mahmood
|
|
|
| 04 Jan 2006 |
Veronika Pol
|
|
|
|
Contact us