File:Red cylinder.png
出自Wikimedia Commons
跳至導覽
跳至搜尋
預覽大小:665 × 600 像素。 其他解析度:266 × 240 像素 | 532 × 480 像素 | 711 × 641 像素。
原始檔案 (711 × 641 像素,檔案大小:16 KB,MIME 類型:image/png)
檔案資訊
結構化資料
說明
摘要
[編輯]File:Red cylinder.svg是本檔案的向量版本。 如果品質不低,就應該優先使用該檔案,而非PNG檔案。
File:Red cylinder.png → File:Red cylinder.svg
更多資訊請參閱Help:SVG/zh。
|
Right circular cylinder, created in Matlab by Jitse Niesen.
授權條款
[編輯]Public domainPublic domainfalsefalse |
我,此作品的版權所有人,釋出此作品至公共領域。此授權條款在全世界均適用。 這可能在某些國家不合法,如果是的話: 我授予任何人有權利使用此作品於任何用途,除受法律約束外,不受任何限制。 |
Matlab source
[編輯]clf; colormap([1 0 0]); [cx,cy,cz] = cylinder([0.2 0.2], 100); cc = ones(size(cx)); % rotate by 70 degrees around y axis M = [ cos(7/18*pi) sin(7/18*pi); -sin(7/18*pi) cos(7/18*pi) ]; for k = 1:size(cx,1) for l = 1:size(cx,2) v = M * [cx(k,l); cz(k,l)]; cx(k,l) = v(1); cz(k,l) = v(2); end end; surf(cx,cy,cz, cc, 'EdgeColor', 'none', 'FaceColor', 'flat', ... 'FaceLighting', 'phong'); view(3); camlight left; axis equal; axis off; print -dpng cyl_tmp.png system('convert -trim -border 20 -bordercolor white -transparent white cyl_tmp.png cyl.png');
檔案歷史
點選日期/時間以檢視該時間的檔案版本。
日期/時間 | 縮圖 | 尺寸 | 用戶 | 備註 | |
---|---|---|---|---|---|
目前 | 2008年7月6日 (日) 22:31 | 711 × 641(16 KB) | RockMFR(對話 | 貢獻) | new version to hopefully fix thumbnail issues | |
2005年9月30日 (五) 21:43 | 711 × 641(31 KB) | Elya(對話 | 貢獻) | Reverted to earlier revision | ||
2005年8月11日 (四) 20:24 | 711 × 641(31 KB) | Jitse Niesen(對話 | 貢獻) | Right circular cylinder, created in Matlab by ~~~. {{PD}} |
無法覆蓋此檔案。
檔案用途
下列2個頁面有用到此檔案:
全域檔案使用狀況
以下其他 wiki 使用了這個檔案:
- bg.wikipedia.org 的使用狀況
- ca.wikipedia.org 的使用狀況
- el.wiktionary.org 的使用狀況
- en.wikipedia.org 的使用狀況
- es.wikipedia.org 的使用狀況
- fr.wikipedia.org 的使用狀況
- hr.wikipedia.org 的使用狀況
- hu.wikipedia.org 的使用狀況
- it.wikipedia.org 的使用狀況
- jbo.wikipedia.org 的使用狀況
- lt.wikipedia.org 的使用狀況
- vi.wikipedia.org 的使用狀況
- zh.wikipedia.org 的使用狀況