I have a MATLAB program that generate many graphics in .png format in a folder
Can I include in my document, with a LaTeX code, all photo of a specific folder?
I can include all graphics with a equal scale and 3 graphics for rows in my document?
I have a MATLAB program that generate many graphics in .png format in a folder
Can I include in my document, with a LaTeX code, all photo of a specific folder?
I can include all graphics with a equal scale and 3 graphics for rows in my document?
ls *.png >pnglist.texthen it's easy to to\includegraphicson each. TeX can not natively do a directory listing. (or get matlab to generate the list if you prefer) – David Carlisle Feb 04 '16 at 12:41