| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 23 Nov 2009 | 3D Shepp-Logan phantom 3D extension of phantom.m | Haesevoets, Yvonne | ||
| 02 Jun 2009 | 3D Shepp-Logan phantom 3D extension of phantom.m | KEN, Fine | good |
|
| 24 Apr 2009 | N-dimensional Fourier interpolation Performs N-D FFT interpolation with upsampling, downsampling, or mixed up- and downsampling | Benjamin | Matthias, I cannot get this to work. The example image posted seems to interpolate the peaks dataset by a factor of two. But when I run the following code, I don't get the same result:
|
|
| 13 Jan 2009 | N-dimensional Fourier interpolation Performs N-D FFT interpolation with upsampling, downsampling, or mixed up- and downsampling | Schabel, Matthias | This code is needed as well (append on to end of fftInterpolate.m file): function subData = subRange(data,rng) if (isempty(rng))
sz = size(data);
lo = rng(:,1)';
if (length(lo) ~= dim || length(hi) ~= dim)
% replace zeros with lower/upper limit
if (any(lo<1) | any(hi > sz))
switch (dim)
|
|
| 07 Apr 2007 | 3D Shepp-Logan phantom 3D extension of phantom.m | sara, boucenna | good |
|
| 26 Oct 2006 | 3D Shepp-Logan phantom 3D extension of phantom.m | Fischer, André | ||
| 29 Sep 2006 | 3D Shepp-Logan phantom 3D extension of phantom.m | lucky, jackki | this is corresponding to my project on Image Pressing Subject.
|
|
| 05 Aug 2006 | 3D Shepp-Logan phantom 3D extension of phantom.m | Potapov, Dmitry | ||
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com