Showing posts with label Matlab. Show all posts
Showing posts with label Matlab. Show all posts

Monday, October 24, 2016

mesh-cylinder di matlab 2016a







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)

Instalasi & Aktivasi Matlab 2016a