Rank: 114947 based on 0 downloads (last 30 days) and 0 files submitted
Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by leila View all
Updated File Comments Rating
24 Feb 2012 Example of CUDA and MATLAB and nothing else (for Windows) A simple example that creates a MEX file which calls CUDA to add two length-5 vectors Author: Paul

I typed in the command window:

my_compile test.cpp
test([1 2 3 4 5],[10 20 30 40 50])

the result is:
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
test.cu
tmpxft_00001f5c_00000000-3_test.cudafe1.gpu
tmpxft_00001f5c_00000000-8_test.cudafe2.gpu
test.cu
tmpxft_00001f5c_00000000-3_test.cudafe1.cpp
tmpxft_00001f5c_00000000-13_test.ii

ans =
     0 0 0 0 0

why the answer is zero?

14 Dec 2011 3D Euclidean Distance Transform for Variable Data Aspect Ratio Implementation of 3D Euclidean distance transform for data with non-trivial aspect ratio. Author: Yuriy Mishchenko
06 Dec 2011 Calculation of distances from a given set of points to a set of segments A fully vectorised calculation of distances from a given set of points to a set of segments. Author: Andrei Bejan

Does the tool specify whether closest point falls within the line segment or not?

27 Nov 2011 Viewer3D MIP, Color, Slice and Shaded 3D (shearwarp) Volume Rendering, interactive 3D view/measurement GUI Author: Dirk-Jan Kroon

I want to visualize a 3D *.mat data with the "viewer3d",I first tried to visualize the "matlab mri image" by the following code, but nothing displayed!
>> load mri
>> D = squeeze(D);
>> viewer3d(D);

what's the problem? maybe there is an especial format for the *.mat files that I don't know, please help me.thanks.

27 Nov 2011 Sliceomatic Volume slice visualization gui Author: Eric Ludlam

How can I see the black voxel in the volume, all the zero-value voxels are invisible! :(, please guide me, thanks.

Top Tags Applied by leila
2d
Files Tagged by leila
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Dec 2003 Minimum Distance Calculations Between 2 Groups of Pixels Calculates the minimum distance between 2 groups of pixels and returns the distance and pixel ... Author: Alister Fong groups pixels image p..., measurements, 2d 11 6
  • 5.0
5.0 | 7 ratings

Contact us at files@mathworks.com