Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
CSS
Hi I have a cell array that recursively holds images i-e Say a loop runs for 20 iteration for each iteration it will store a different 400X400 image. I want to write all the images to a single pdf file.I have tried to use matlab function print but i am not able to solve it.

<pre lang="text">
if true
  ImagesTowWrite={};
  for a=1:20
     ImagesToWrite{a}=I;
  end
%i want to do save all images to a single pdf file now ?
end




Thanks anyways
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900