What happened to saveppt2
Afficher commentaires plus anciens
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 commentaires
Rik
le 2 Juin 2020
It would help if you would provide a link to the function you're trying to use, as well as the syntax.
Image Analyst
le 2 Juin 2020
It's 10 years old and I doubt the author, Jed, is supporting it.
What's not working about it? Are you using Windows? If so, maybe you could use ActiveX.
Ezequiel Gonzalez
le 2 Juin 2020
Ezequiel Gonzalez
le 2 Juin 2020
Réponses (1)
Bhargavi Maganuru
le 9 Juil 2020
0 votes
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.
Catégories
En savoir plus sur ActiveX dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!