File:Gaussian 3D - brown.png

Original file(761 × 848 pixels, file size: 42 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

edit
Description Gaussian fuction
Date
Source Own work
Author Jarek Tuszynski
 
This diagram was created with MATLAB.

Created with the code:

[X, Y] = meshgrid(-1:.01:1, -1:.01:1);
Z = exp(-X.^2-Y.^2);
surface(40*Z, 'EdgeColor','none', ...
    'FaceColor',[0.9 0.2 0.2], 'FaceLighting','phong', ...
    'SpecularStrength',0.9, 'SpecularExponent', 7);
light('Position',[1 -2  1], 'Color',[0.8 0.8 0]);
view(gca,[-44 16]);
axis off

Licensing

edit
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current04:49, 7 March 2017Thumbnail for version as of 04:49, 7 March 2017761 × 848 (42 KB)Jarekt (talk | contribs)== {{int:filedesc}} == {{Information |Description=Gaussian fuction |Source={{Own}} |Date=2017-03-06 |Author= Jarek Tuszynski |other_versions= }} {{Created with MATLAB}} Created with the code: <source lang="matlab"> [X, Y] = meshgrid(-1...

Metadata