フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Hide figures while copying them into Excel

1 回表示 (過去 30 日間)
Adam
Adam 2015 年 5 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
for i = 1:max
fh = figure;
plot(data);
print(fh, '-dbitmap');
xls.Range(figRange).PasteSpecial;
end
How can I modify the code above so the figures won't show up while copying them into an Excel sheet?
I have tried
set(fh,'Visible','off','CreateFcn','set(plotH(i),''Visible'',''on'')');
but did not work out.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by