File:Gaussian 2d.svg
出自Wikimedia Commons
跳至導覽
跳至搜尋
此 SVG 檔案的 PNG 預覽的大小:433 × 228 像素。 其他解析度:320 × 168 像素 | 640 × 337 像素 | 1,024 × 539 像素 | 1,280 × 674 像素 | 2,560 × 1,348 像素。
原始檔案 (SVG 檔案,表面大小:433 × 228 像素,檔案大小:15.97 MB)
檔案資訊
結構化資料
說明
摘要
[編輯]描述Gaussian 2d.svg |
English: Isometric plot of a two dimensional Gaussian function.
GNU Octave 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')
|
日期 | |
來源 | 自己的作品 |
作者 | Krishnavedala |
SVG開發 InfoField |
授權條款
[編輯]我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
此檔案在創用CC CC0 1.0 通用公有領域貢獻宣告之下分發。 | |
在此宣告之下分發本作品者,已依據各國著作權法,在全世界放棄其對本作品所擁有的著作權及所有相關相似的法律權利,從而將本作品貢獻至公有領域。您可以複製、修改、分發和演示該作品,用於任何商業用途,所有這些都不需要請求授權。
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
檔案歷史
點選日期/時間以檢視該時間的檔案版本。
日期/時間 | 縮圖 | 尺寸 | 用戶 | 備註 | |
---|---|---|---|---|---|
目前 | 2020年12月17日 (四) 00:59 | 433 × 228(15.97 MB) | Kopak999(對話 | 貢獻) | 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. | |
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... |
無法覆蓋此檔案。
檔案用途
下列3個頁面有用到此檔案:
全域檔案使用狀況
以下其他 wiki 使用了這個檔案:
- de.wikipedia.org 的使用狀況
- en.wikipedia.org 的使用狀況
- en.wikibooks.org 的使用狀況
- es.wikipedia.org 的使用狀況
- fr.wikipedia.org 的使用狀況
- ru.wikipedia.org 的使用狀況
- tr.wikipedia.org 的使用狀況
- zh.wikipedia.org 的使用狀況
詮釋資料
此檔案中包含其他資訊,這些資訊可能是由數位相機或掃描器在建立或數位化過程中所新增的。若檔案自原始狀態已被修改,一些詳細資料可能無法完整反映出已修改的檔案。
寬度 | 346.32pt |
---|---|
高度 | 182.7pt |