From Wikipedia, the free encyclopedia
Size of this preview: 297 × 480 pixels Full resolution (366 × 591 pixels, file size: 38 KB, MIME type: image/png)
|
This is a file from the Wikimedia Commons. The description on its description page there is shown below.Commons is a freely licensed media file repository. You can help.
|
A vector version of this image (SVG) is available. It should be used in place of this raster image when superior.
Image:Sphere with chart.png Image:Sphere with chart.svg
For more information about vector graphics, read about Commons transition to SVG. There is also information about MediaWiki's support of SVG images.
Deutsch | English | Español | Français | Galego | עברית | Magyar | Italiano | 日本語 | 한국어 | Lietuvių | Polski | Português | Русский | Српски / Srpski | Українська | +/- |
|
A sphere with the chart mapping the upper hemisphere to a disk.
Created by me using Matlab.
Licensing
|
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Български | Català | Cebuano | Česky | Cymraeg | Dansk | Deutsch | Eʋegbe | Ελληνικά | English | Español | Esperanto | Euskara | Estremeñu | فارسی | Français | Galego | 한국어 | हिन्दी | Hrvatski | Ido | Bahasa Indonesia | Íslenska | Italiano | עברית | Kurdî / كوردی | Latina | Lietuvių | Latviešu | Magyar | Македонски | Bahasa Melayu | Nederlands | Norsk (bokmål) | Norsk (nynorsk) | 日本語 | Polski | Português | Ripoarisch | Română | Русский | Shqip | Slovenčina | Slovenščina | Српски / Srpski | Suomi | Svenska | ไทย | Tagalog | Türkçe | Українська | Tiếng Việt | Walon | 中文(简体) | 中文(繁體) | zh-yue-hant | +/- |
Matlab source
clf;
hold on;
colormap([0 0 1; 1 0.2 0.2; 1 0 0; 0 0 0]);
[sx,sy,sz] = sphere(49);
sc = [ ones(24,50); 2*ones(26,50) ];
surf(sx,sy,sz, sc, 'EdgeColor', 'none', 'FaceColor', 'flat', ...
'FaceLighting', 'phong');
sz2 = 2*ones(50,50);
sc2 = 3*ones(50,50);
surf(sx,sy,sz2, sc2, 'EdgeColor', 'none', 'FaceColor', 'flat', ...
'FaceLighting', 'phong', 'FaceAlpha', 0.5);
[cx,cy,cz] = cylinder([0.005 0.005]);
cc = 4*ones(size(cx));
surf(cx+1, cy, 2*cz, cc);
surf(cx-1, cy, 2*cz, cc);
surf(cx, cy+1, 2*cz, cc);
surf(cx, cy-1, 2*cz, cc);
surf(cx, cy, cz+1, cc);
view(3);
camlight left;
axis equal;
axis off;
print -dpng spc_tmp.png
system('convert -trim spc_tmp.png spc.png');
File history
Click on a date/time to view the file as it appeared at that time.
|
Date/Time |
Dimensions |
User |
Comment |
current |
18:54, 17 July 2005 |
366×591 (38 KB) |
Jitse Niesen |
|
File links
The following pages on Schools Wikipedia link to this image (list may be incomplete):