How to Export appdesigner Plot and UITable directly to PDF?
12 views (last 30 days)
Show older comments
i have made a simple app in appdesigner which have a UITtable and a UIAxes graph .. i want to design a template so my plot and table make a pdf of that templete and i may assign my logo and general description which may b added every time i save my file.. kindly Guide the way, relavaent Documentation or any link of existing app Example.. Thanks
0 Comments
Accepted Answer
Adam Danz
on 12 Dec 2020
See this summary of methods; pay attention to which Matlab release supports each method.
3 Comments
Adam Danz
on 12 Dec 2020
Yes, exportgraphics is what you want in 2020a. See documentation for examples of explorting to pdf.
About exporting to word, I haven't done that but here are some helpful threads
- https://www.mathworks.com/matlabcentral/answers/94937-how-can-i-automatically-export-an-image-to-a-microsoft-word-file-without-using-the-publish-function#answer_104289
- https://www.mathworks.com/matlabcentral/answers/74620-how-do-i-copy-or-import-a-figure-from-matlab-into-word-document
- https://www.mathworks.com/matlabcentral/answers/615303-how-to-export-a-figure-into-ms-word#answer_515478
More Answers (1)
See Also
Categories
Find more on R Language in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!