What happened to saveppt2
조회 수: 4 (최근 30일)
이전 댓글 표시
I have an m file that uses saveppt2 but it will no longer work. What are the alternatives to saveppt2? Is it still supported?
댓글 수: 4
답변 (1개)
Bhargavi Maganuru
2020년 7월 9일
Hi,
Makesure you're adding saveppt2 support package from here
There is an issue with the function, whenever it is used it is throwing an error which says 'Input to num2str must be numeric'
I have brought this issue to the concerened people.
As a workaround, you could open saveppt2.m file and replace addlParms.figure(i) with addlParms.figure(i).Number in the line 557, then function will work without any errors.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!