Images in layout
6 次查看(过去 30 天)
显示 更早的评论
Hi All,
I am floundering and looking for some help. My thanks in advance.
I want to generate a 'template' for producing a series of 11x17" printouts for a publication.
I have a series of already generated jpegs (1.jpg, 2.jpg and 3.jpg for example), and I want these to appear on the top of the page. Below them I want to put in place some plots of data that I have.
I was hoping I could use subplot but it doesn't handle images the way I need. Does anyone have any advice or thoughts?
Thanks, Matt
0 个评论
回答(3 个)
Image Analyst
2011-10-27
I think you'd have to use ActiveX to have MATLAB drive Word. Do you know how to use ActiveX to have one program control another one? You should be able to find examples here and in the newsgroup where I posted MATLAB code that uses ActiveX to control Excel.
4 个评论
Image Analyst
2011-10-28
If all you want to do is print them, why not just use some photo package or even the built-in operating system commands to print a file?
Matthew
2011-10-28
1 个评论
Image Analyst
2011-10-28
Montage can take the filenames directly, as a cell array like you'd get from dir(). No need to use imread or imdisp if you don't want to.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!