Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Hide figures while copying them into Excel

1 visualizzazione (ultimi 30 giorni)
Adam
Adam il 4 Mag 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by