Monday, October 24, 2016

Test surf di matlab 2016a





Berikut fungsinya :

>> [x,y] = meshgrid(-4:0.4:4);
>> z = x.*exp(-x.^2 - y.^2);
>> surf(x,y,z)

No comments:

Post a Comment