surface plot

[X,Y] = meshgrid(1:0.5:10,1:20);
Z = sin(X) + cos(Y);
surf(X,Y,Z)

Yorumlar

Bu blogdaki popüler yayınlar

POLYFIT

XLSREAD

POLYVAL