File:MATLAB mesh sinc3D.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 512 × 384 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels.
Original file (SVG file, nominally 512 × 384 pixels, file size: 1.29 MB)
File information
Structured data
Captions
DescriptionMATLAB mesh sinc3D.svg |
A three-dimentional wireframe plot of the unnormalized sinc function — precisely, |
|||
Date | ||||
Source | Own work | |||
Author | DmitTrix | |||
Permission (Reusing this file) |
|
|||
Other versions | File:Matlabsinrr.png | |||
SVG development InfoField | ||||
Source code 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
|
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 19:37, 24 May 2008 | 512 × 384 (1.29 MB) | DmitTrix (talk | contribs) | {{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 |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on ar.wikipedia.org
- Usage on bg.wikipedia.org
- Usage on en.wikipedia.org
- Usage on en.wikibooks.org
- Usage on et.wikipedia.org
- Usage on hu.wikipedia.org
- Usage on hy.wikipedia.org
- Usage on is.wikibooks.org
- Usage on mk.wikipedia.org
- Usage on mr.wikipedia.org
- Usage on my.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on ta.wikipedia.org
- Usage on tr.wikipedia.org
- Usage on uk.wikipedia.org
- Usage on uz.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | Matlab Figure Converted by PLOT2SVG written by Juerg Schwizer |
---|