Quantcast
Channel: Mein MATLAB Forum - goMatlab.de
Viewing all articles
Browse latest Browse all 28441

print: Variable Dateinamen?

$
0
0
Hallo cordoba, A = 3; B = 4; filename = sprintf('A%gB%g', A, B); filename = strrep(filename, '.', '_'); pathname = 'C:\Plots'; print('-dpng', fullfile(pathname, filename)) Gruß, Jan

Viewing all articles
Browse latest Browse all 28441

Trending Articles