필터 지우기
필터 지우기

Operand stack and Execution stack Error using append_pdfs

조회 수: 3 (최근 30일)
Shuvashish Roy
Shuvashish Roy 2021년 10월 27일
답변: Yair Altman 2022년 1월 18일
Hi, I am using Matlab R2015b with the latest Export_fig and latest Ghostscript.
ranthe following code:
d=dir('D:\LD25\plot\new run\*.png');
d=natsortfiles(d);
append_pdfs('combined.pdf', {d.name});
got the following error:
Error using append_pdfs (line 111)
Error: /undefinedfilename in (combined.pdf)
Operand stack:
Execution stack:
Error in adh_adcp_dist_vel (line 65)
append_pdfs('combined.pdf', {d.name});
Let me know how to fix the issue. Previously it use to work, from yesterday suddenly it started working. Tried installing older versions of gs. Thanks much.

답변 (1개)

Yair Altman
Yair Altman 2022년 1월 18일
append_pdfs only accepts PDF input files, not PNG files or any other non-PDF files

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by