print with specified stylesheet and format in R2019b
2 ビュー (過去 30 日間)
古いコメントを表示
I have a function createfigure.m which creates a figure. I would like to add the possibility of automatically save or print the figure with specific stylesheet named style1 in jpeg format. How can I do this?
1 件のコメント
Walter Roberson
2019 年 12 月 17 日
As far as I know, the only possibility for printing with a style sheet is using the Report Generator.
However, if you use uifigure() then my understanding is that the underlying technology could potentially use a style sheet. I have not researched to find out if there is a way to attach your own style sheet.
"traditional" figures do not support style sheets except as possible with Report Generator.
回答 (1 件)
Sahithi Kanumarlapudi
2019 年 12 月 17 日
‘print(filename,formattype)’ could be used to save or print a figure in the required format. So to automatically print the figure you can add this function to your ‘createfigure’ function. For more information on this function refer to the following link
2 件のコメント
Sahithi Kanumarlapudi
2019 年 12 月 17 日
I have missed the stylesheet requirement. Yes Report Generator would be the best option
参考
カテゴリ
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!