跳至內容

File:Gaussian 2d.svg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

原始檔案(SVG 檔案,表面大小:433 × 228 像素,檔案大小:15.97 MB)


摘要

描述
English: Isometric plot of a two dimensional Gaussian function. GNU Octave source code
 
圖形使用MATLAB創作。
原始碼
InfoField

GNU Octave code

graphics_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')
日期
來源 自己的作品
作者 Krishnavedala
SVG開發
InfoField
 
本大型SVG檔案的原始碼通過W3C驗證
 
向量圖形使用Gnuplot創作。

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

image/svg+xml

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2020年12月17日 (四) 00:59於 2020年12月17日 (四) 00:59 版本的縮圖433 × 228(15.97 MB)Kopak999Changed 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.
2014年9月27日 (六) 18:19於 2014年9月27日 (六) 18:19 版本的縮圖512 × 384(1.4 MB)Krishnavedala{{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...

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料