Original file(711 × 641 pixels, file size: 16 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

i ve skicu

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.

In other languages
Alemannisch  Bahasa Indonesia  Bahasa Melayu  British English  català  čeština  dansk  Deutsch  eesti  English  español  Esperanto  euskara  français  Frysk  galego  hrvatski  Ido  italiano  lietuvių  magyar  Nederlands  norsk bokmål  norsk nynorsk  occitan  Plattdüütsch  polski  português  português do Brasil  română  Scots  sicilianu  slovenčina  slovenščina  suomi  svenska  Tiếng Việt  Türkçe  vèneto  Ελληνικά  беларуская (тарашкевіца)  български  македонски  нохчийн  русский  српски / srpski  татарча/tatarça  українська  ქართული  հայերեն  বাংলা  தமிழ்  മലയാളം  ไทย  한국어  日本語  简体中文  繁體中文  עברית  العربية  فارسی  +/−
New SVG image

Right circular cylinder, created in Matlab by Jitse Niesen.

Licensing

Public domain 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

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');

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts English

open cylinder English

color English: xunre

MIME type English

image/png

lo vreji citri

Click on a date/time to view the file as it appeared at that time.

detytcikaThumbnailDimensionspilnopinka
cabna22:31, 6 ly. ze 2008Thumbnail for version as of 22:31, 6 ly. ze 2008711 × 641 (16 KB)RockMFRnew version to hopefully fix thumbnail issues
21:43, 30 ly. so 2005Thumbnail for version as of 21:43, 30 ly. so 2005711 × 641 (31 KB)ElyaReverted to earlier revision
20:24, 11 ly. bi 2005Thumbnail for version as of 20:24, 11 ly. bi 2005711 × 641 (31 KB)Jitse NiesenRight circular cylinder, created in Matlab by ~~~. {{PD}}

The following 2 pages use this file:

Global file usage

The following other wikis use this file: