Undefined function 'Presentation' for input arguments of type 'char' - while converting GUI to .exe
1 次查看(过去 30 天)
显示 更早的评论
Hello, I have a code that uses a powerpoint template to create a new presentation using the default Presentation function by importing mlreportgen package in MATLAB. While normally the code executes as a .m file, on compiling it into an application (.exe) (using deploytool) and running the application I get the following error : " Undefined function 'Presentation' for input arguments of type 'char' ". I have added the templates and all the required functions while building the application. Can someone please help
0 个评论
采纳的回答
Paul Kinnucan
2017-2-9
To be compilable, the first line of your PowerPoint code must be:
makePPTCompilable();
0 个评论
更多回答(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!