First  |  Prev |  Next  |  Last
Pages: 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981
Registering CT images
"Roger Stafford" <ellieandrogerxyzzy(a)mindspring.com.invalid> wrote in message <hpls5i$5$1(a)fred.mathworks.com>... If you are troubled by the reflection aspect or if you don't have access to the Statistics Toolbox, there was a thread in this newsgroup a couple of years ago in which I outlined a procedure that perf... 9 Apr 2010 11:07
Georeferencing MODIS .hdf Files
Hi there; I am looking for a way to georeference modis images (MOD02HKM, MOD02QKM, MOD03, and MOD021KM are the filetypes I have on hand). I'd like to read the file into Matlab, specify the limits of the region I wish to view, and then have Matlab produce a figure of the data. I'm wondering if anyone has enc... 4 May 2010 17:57
facial recognition using EBGM
hello. i m doing project on facial recognition using elastic bunch graph method......... i am founding it difficult to extract features of face (eyes,lips,nose...etc) ' ,m left with very little time for submission so can anybody please help me out ,,,,,or even mail me matlab code ......for the same ,,,,,,,please ,,... 9 Apr 2010 11:07
How to save Parfor loop output in text file.
Hi All, I am a new user of Parallel Computing Toolbox. Would you please help me to figure out how to save a matrix (generated from parfor loop) as a text file. Here is the example: A = zeros(3, 3, 10); parfor k = 1:10 A(:, :, k) = k*rand(3); end Now I want to save matrix "A" as a text file. I used all... 9 Apr 2010 13:23
Trouble with trigger and time-out
Hey I'm using a card DT-9738A (Data Translation) with the data acquisition toolbox. I have a trouble when time-out error occurs. If trigger condition is not reached, I can catch the event time-out by using this code: start(ai); try wait(ai,30); catch disp("timeout"); stop(ai); end The pro... 9 Apr 2010 11:07
Web Services & Matlab
I've been trying to run the example here: http://www.mathworks.co.uk/support/tech-notes/1600/1608.html#Section_5 but I continually get this error-> System.Runtime.InteropServices.COMException at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTy... 12 Apr 2010 14:46
Sparse matrices not as advertised!
The documentation for SPARSE says: "The sparse attribute allows MATLAB to: [...] Store only the nonzero elements of the matrix, together with their indices." This is not true. It turns out, MATLAB stores sparse matrices as sparse columns, but there is some data for every column, even if the column is completely emp... 9 Apr 2010 11:07
How do I set uitable focus?
Please, I also need a solution! "Lars " <petlars(a)gmail.com> wrote in message <gv0o8k$plc$1(a)fred.mathworks.com>... How do I set programmatically set focus to a certain cell in a uitable. After updating the table using set(h_table, 'Data', data) my previous focus is lost and I have to manually scroll back. ... 9 Apr 2010 11:07
i need this in c language
energy = summation of (modulus of d(ij) )^2 where i= 1...l and j= 1....N pls guide me pls pls pls ... 9 Apr 2010 13:23
Convert 3D image to 2D image
Can anyone here provide the way for converting 3D image to 2D image? 3D image detail: size =432 x 518 x 3 10q~~~ ... 9 Apr 2010 12:15
First  |  Prev |  Next  |  Last
Pages: 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981