Zūrbrukis:Extreme points illustration.png

Iz Prūsiska Wikipēdija
Jump to navigation Jump to search

Extreme_points_illustration.png(427 × 396 pikselai, zūrbrukes debban: 10 KB, MIME tīps: image/png)

Šis zūrbrukis as iz Wikimedia Commons be mazzi būtwei tērpautan en kitēimans prōjaktans. Zemmais ast waidīntan infōrmaciōnis iz šisse zūrbrukin ebpeisāsenjas pāusans.

Ebpeisāsenis

Transferred from en.wikipedia to Commons by Maksim.

The original description page was here. All following user names refer to en.wikipedia.
Stwi ast vektors wersiōni stesse šin zūrbrukin. Šin turris būtwei tērpaus en deīktu šis PNG zūrbrukis per walnan kawīdiskan.

File:Extreme points illustration.png → File:Extreme points.svg

Per tūls infōmaciōni ezze wektōrinans grāfikins, dirēis Commons praēisenis prei SVG.
Dīgi, stwi ast infōrmaciōni ezze MediaWikis enlāika SVG fōrmatans.

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

 
This diagram was created with MATLAB.

Licēnci:

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.

Source code in MATLAB

function main()

   clf; hold on; axis equal; axis off;                     % prepare the screen
   linewidth=3; i=sqrt(-1); N=50; height=0.3; V=[]; M=[];  % initialize variables
   white=0.99*[1, 1, 1]; red=[1, 0, 0]; lightblue=[135 206 250]/256;

   Z=[0, 1, 0.5+i*sqrt(3)/2.0]; L=length(Z);

   [V, M]=corner (N, V, M, Z(L), Z(1), Z(2), height);
   for k=2:(L-1)
      [V, M]=corner (N, V, M, Z(k-1), Z(k), Z(k+1), height);
   end
   [V, M]=corner (N, V, M, Z(L-1), Z(L), Z(1), height);

   H=fill(real(V), imag(V), lightblue); set(H, 'LineWidth', linewidth/2, 'EdgeColor', lightblue)

   for k=1:L
      W=M(k, :);
      plot(W, 'color', red, 'linewidth', linewidth)
   end

   % force the window to be a bit bigger than the picture
   Winxmin=min(real(V));  Winxmax=max(real(V));
   Winymin=min(imag(V));  Winymax=max(imag(V));
   bd=0.1;
   plot(Winxmin-bd, Winymin-bd, 'color', white);
   plot(Winxmax+bd, Winymax+bd, 'color', white);

saveas(gcf, 'Extreme_points_illustration.eps', 'psc2')

% make a rounded corner at b with edges going towards a and c (all complex numbers)
function [V, M]=corner (N, V, M, a, b, c, height)

   i=sqrt(-1);
   v=-i*height*(b-a)/abs(b-a); w=-i*height*(c-b)/abs(c-b);
   theta1=atan2(imag(v), real(v));  theta2=theta1+atan2(imag(w/v), real(w/v));
   Theta=linspace(theta1, theta2, N);
   C=b+height*exp(i*Theta);

   M=[M', C']'; V=[V, C];
date/time username edit summary
06:32, 21 November 2005 en:User:Oleg Alexandrov (<span class="autocomment"><a href="/wiki/Image:Extreme_points_illustration.png#Source_code_in_MATLAB" title="Image:Extreme points illustration.png">→</a>Source code in <a href="/wiki/MATLAB" title="MATLAB">MATLAB</a></span>)
01:33, 21 November 2005 en:User:Oleg Alexandrov (+source code)
01:30, 21 November 2005 en:User:Oleg Alexandrov

Original upload log

Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.

Click on date to download the file or see the image uploaded on that date.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts ēngliskan

Zūrbrukes istōrija

Gnetteis na dātan/kērdan kāi widālai, kāigi zūrbrukis pawaidinna en šissei kērdan.

Dātan/KerdāMiniatūriErmattausnasTērpautajsKumentārs
bigānts20:50, 18 pūlis 2006Wersiōnis iz 20:50, 18 pūlis 2006 miniatūri427 × 396 (10 KB)wikimediacommons>MaksimLa bildo estas kopiita de wikipedia:en. La originala priskribo estas: == Licensing == {{PD-self}} ==Source code in MATLAB== <pre> <nowiki> function main() clf; hold on; axis equal; axis off; % prepare the screen linewidt

Šai zūrbrukei ast kōpijas stesse zūrbrukin (tūls infōrmaciōnis):

Ni ast pausāi tērpawintei šin zūrbrukin.