File:Red cylinder.png
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this preview: 665 × 600 pixels. Other resolutions: 266 × 240 pixels | 532 × 480 pixels | 711 × 641 pixels.
Original file (711 × 641 pixels, file size: 16 KB, MIME type: image/png)
File information
Structured data
Captions
Summary
[edit]File:Red cylinder.svg is a vector version of this file. It should be used in place of this PNG file when not inferior.
File:Red cylinder.png → File:Red cylinder.svg
For more information, see Help:SVG.
|
Right circular cylinder, created in Matlab by Jitse Niesen.
Licensing
[edit]Public domainPublic domainfalsefalse |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
Matlab source
[edit]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');
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 22:31, 6 July 2008 | 711 × 641 (16 KB) | RockMFR (talk | contribs) | new version to hopefully fix thumbnail issues | |
21:43, 30 September 2005 | 711 × 641 (31 KB) | Elya (talk | contribs) | Reverted to earlier revision | ||
20:24, 11 August 2005 | 711 × 641 (31 KB) | Jitse Niesen (talk | contribs) | Right circular cylinder, created in Matlab by ~~~. {{PD}} |
You cannot overwrite this file.
File usage on Commons
The following 2 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on bg.wikipedia.org
- Usage on ca.wikipedia.org
- Usage on el.wiktionary.org
- Usage on en.wikipedia.org
- Usage on es.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on hr.wikipedia.org
- Usage on hu.wikipedia.org
- Usage on it.wikipedia.org
- Usage on jbo.wikipedia.org
- Usage on lt.wikipedia.org
- Usage on vi.wikipedia.org
- Usage on zh.wikipedia.org