copygraphics
📝 Syntax
📥 Input argument
📄 Description
💡 Example
x = -2:0.25:2;
y = x;
[X,Y] = meshgrid(x);
F = X.*exp(-X.^2-Y.^2);
surf(X,Y,F);
copygraphics(gcf());
🔗 See also
🕔 History
Version
📄 Description
Last updated