Bestand:MATLAB mesh sinc3D.svg

Pagina-inhoud wordt niet ondersteund in andere talen.
Uit Wikibooks

Afbeelding in hogere resolutie(SVG-bestand, nominaal 512 × 384 pixels, bestandsgrootte: 1,29 MB)


Beschrijving

A three-dimentional wireframe plot of the unnormalized sinc function — precisely,

Datum
Bron Eigen werk
Auteur DmitTrix
Toestemming
(Hergebruik van dit bestand)
Public domain Ik, de auteursrechthebbende van dit werk, geef dit werk vrij in het publieke domein. Dit is wereldwijd van toepassing.
In sommige landen is dit wettelijk niet mogelijk; in die gevallen geldt:
Ik sta iedereen toe dit werk voor eender welk doel te gebruiken, zonder enige voorwaarden, tenzij zulke voorwaarden door de wet worden voorgeschreven.
Andere versies File:Matlabsinrr.png
SVG ontwikkeling
InfoField
 
De broncode van dit SVG-bestand is deugdelijk.
 
Dit diagram is gemaakt met MATLAB
Broncode
InfoField

MATLAB code

[X,Y] = meshgrid(-10:0.25:10,-10:0.25:10);
f = sinc(sqrt((X/pi).^2+(Y/pi).^2));
h = figure(1);
mesh(X,Y,f);
axis([-10 10 -10 10 -0.3 1])
xlabel('{\bfx}')
ylabel('{\bfy}')
zlabel('{\bfsinc} ({\bfR})')
hidden off
plot2svg('sinc3D.svg',h)    % utilizes the SVG exporting script (by Juerg Schwizer)
                            % available from MATLAB Central File Exchange

Bijschriften

Beschrijf in één regel wat dit bestand voorstelt

Items getoond in dit bestand

beeldt af

image/svg+xml

Bestandsgeschiedenis

Klik op een datum/tijd om het bestand te zien zoals het destijds was.

Datum/tijdMiniatuurAfmetingenGebruikerOpmerking
huidige versie24 mei 2008 21:37Miniatuurafbeelding voor de versie van 24 mei 2008 21:37512 × 384 (1,29 MB)DmitTrix{{Information |Description=A three-dimentional wireframe plot of the ''normalized'' '''sinc''' function (precisely, <math>\operatorname{sinc}\left( \sqrt{x^{2}+y^{2}} \right)</math>) in the interval <math>-10\le x\le

Geen enkele pagina gebruikt dit bestand.

Globaal bestandsgebruik

De volgende andere wiki's gebruiken dit bestand:

Metadata

Informatie afkomstig van https://nl.wikibooks.org Wikibooks NL.
Wikibooks NL is onderdeel van de wikimediafoundation.