File:Gaussian 2d.svg
Original file (SVG file, nominally 433 × 228 pixels, file size: 15.97 MB)
Captions
Summary
[edit]DescriptionGaussian 2d.svg |
English: Isometric plot of a two dimensional Gaussian function.
GNU Octave source code
This diagram was created with MATLAB. |
Source code InfoField | GNU Octave codegraphics_toolkit ("gnuplot"); % force use of gnuplot backend instead of FLTK for plot. Generates smaller SVG file
[X, Y] = meshgrid( -3:.05:3, -3:.05:3); % smaller step size increases resolution and smoothness but increases file size
Z = exp( -X.^2 - Y.^2);
surf(X, Y, Z);
view(-36, 56);
shading flat; % remove edge lines on plot but keep color patches
print('Gaussian_2d.svg')
|
Date | |
Source | Own work |
Author | Krishnavedala |
SVG development InfoField |
Licensing
[edit]This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 00:59, 17 December 2020 | 433 × 228 (15.97 MB) | Kopak999 (talk | contribs) | Changed colormap to be perceptually uniform to accurately portray z-axis values. Rescaled z-axis to be proportional to the x- and y-axes. Added a legend for the colormap. | |
18:19, 27 September 2014 | 512 × 384 (1.4 MB) | Krishnavedala (talk | contribs) | {{Information |Description ={{en|1=Isometric plot of a two dimensional Gaussian function. {{cot|GNU Octave source code}} <syntaxhighlight lang=matlab> graphics_toolkit ("gnuplot"); % force use of gnuplot backend instead of FLTK f... |
You cannot overwrite this file.
File usage on Commons
The following 3 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on en.wikibooks.org
- Usage on es.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on ru.wikipedia.org
- Usage on tr.wikipedia.org
- Usage on zh.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 346.32pt |
---|---|
Height | 182.7pt |