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?
回答(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!