It's possible to use pdf extensiont in Document Class for Matlab release 2015 b? How?
Show older comments
* import mlreportgen.dom.*;
d = Document('mydoc','pdf');
open(d);*
but it doesn't work on Matlab 2015b
The error is:
Error using mlreportgen.dom.Document
Invalid format: "pdf"
How can I use 'pdf' extension in Matlab 2015b for Document class?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!