フィルターのクリア

Plots are generated as a screenshot of whole screen using Publish Tool?

2 ビュー (過去 30 日間)
William
William 2023 年 10 月 2 日
回答済み: Dyuman Joshi 2023 年 10 月 2 日
I have my m file with my plots and when I click publish, regardless of my settings, the plots are presented as a screenshot of the whole screen and not just the plot itself. This is more so of an aesthetic issue, but I would love to fix it if I could. Is anyone aware of a way to change this or a way to get around it. Any help is appreciated!

回答 (2 件)

recent works
recent works 2023 年 10 月 2 日
you did not mention the exact point as of my knowledge I shared some of them please check.
Set Figure Dimensions
figure('Position', [left bottom width height])
Save Figures in the Desired Format
saveas(gcf, 'my_figure.png')
Adjust Publish Options:
%% My MATLAB Script
% This is a sample MATLAB script.
%
% Publishing Options:
% format: 'pdf'
% outputDir: 'my_report_folder'
% stylesheet: 'my_stylesheet.css'

Dyuman Joshi
Dyuman Joshi 2023 年 10 月 2 日
Use the robust exportgraphics function.

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by