calculate the angle of rotation between two slices
hi, is it possible to calculate the angle of rotation between two slices with matlab? if yes how? thanks, yong fei ... 25 Mar 2010 10:15
standard output in JA compliation
Hi, I'm using the java builder to connect between java SW to Matlab SW. When I've worked with executable matlab the shell (dos window) was functioning as the standard output and all the errors / disp command output were displayed there. when I'm working with jar compiled, there is no shell window. So my Q is w... 26 Mar 2010 14:19
Auto-detection of vertebral body in a MRI image
Hi everyone! I would like to detect automatically the vertebral body in a MRI image (DICOM). To know the centroid's coordinates would be enough. You can download a sample image by clicking the following link: http://www.file-upload.net/download-2374264/mri_sample.dcm.html As information: the vertebral body i... 25 Mar 2010 06:51
abt rbfnn
am using rbf network for classification problem can u provide me any solution for giving number of epochs ... 25 Mar 2010 06:50
Plotting problem
Can someone tell me what is wrong with my code below? Matlab gives me an error saying I can't do the assignment in the while loop. x = -2:0.1:2; y = x -1; while (-1=<x) & (x<=1) plot(x,y) end ... 25 Mar 2010 10:15
fprintf - save string vector and scalar vector to a file
Hello, I am trying to save to a text file two vectors, in order to have the following result: ART 32 BGH 21 RRT 56 HHH 66 my string vector is litt=['ART'; 'BGH'; 'RRT'; 'HHH'] and my scalar vector is nb=[32; 21; 56; 66] when trying to save the vector to have them as shown above I use: fid = fope... 25 Mar 2010 10:15
Georeferencing of arbitrarily orientated raster data
I have an image matrix and know the world coordinates (e.g. in the UTM system) of its corner pixels - or any other pixels, if necessary. Now, I want to georeference that image, so that it is transformed from the (row,col) coordinate system to that world coordinate system, i.e. every pixel is associated with an individu... 25 Mar 2010 13:47
vrml file
Hi, Is there any toolbox that allows the manipulation of a VRML file? best regards, yong fei ... 25 Mar 2010 12:37
sorting boundary coordinates
I have coordinates of pixels on the boundary which are not continuous. Say they are stored in a matrix P of size m-by-2. The points stored in this matrix are sequential but clockwise or counter clock wise. i want to arrange them in clockwise(CW) or counter clockwise(CCW) along the boundary. I tried with 'bwbou... 25 Mar 2010 05:45
geometric summation in matlab
My nested for loop can carry out the geometric sum okay but what I want is only the total final answer of the whole summation. How can I add to my code to add up and give me just the final answer (total summation) rather than intermediate values? My code is shown below. for k = 2:1:7 for t = 0:1:5 Y =... 25 Mar 2010 16:12