File:MATLAB mesh sinc3D.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 512 × 384 pixels, file size: 1.29 MB)

Captions

Captions

Add a one-line explanation of what this file represents
Description

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

Date
Source Own work
Author DmitTrix
Permission
(Reusing this file)
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.
Other versions File:Matlabsinrr.png
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with MATLAB.
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/TimeThumbnailDimensionsUserComment
current19:37, 24 May 2008Thumbnail for version as of 19:37, 24 May 2008512 × 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

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata