Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to write small size images to a single pdf files

1 回表示 (過去 30 日間)
Lora
Lora 2014 年 6 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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.
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

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by