Images in layout

조회 수: 3 (최근 30일)
Matthew
Matthew 2011년 10월 27일
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

답변 (3개)

Image Analyst
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
Matthew
Matthew 2011년 10월 27일
I am not adverse to having Word be the final destination, but I am not all-in for it either. Was long as I can print an 11x17 sheet with these on there, I am happy
Image Analyst
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?

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2011년 10월 27일
Would the "montage()" function be of help to you?
  댓글 수: 1
Matthew
Matthew 2011년 10월 27일
montage would - but from my precursory look, does not look as though it would handle an already made jpeg. Much like other routines - e.g., subplot - it appears to want figure files. I have not had any luck getting a jpeg into a figure properly.

댓글을 달려면 로그인하십시오.


Matthew
Matthew 2011년 10월 28일
I have been able to pull together a few things to make this work:
imread
imdisp
then use montagefigures to pull together (thanks Image Analyst for pointing me towards montage
  댓글 수: 1
Image Analyst
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 CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by