Statistics
17 Questions
0 Answers
RANK
163 172
of 295 527
REPUTATION
0
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
76.47%
VOTES RECEIVED
1
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to customize data cursor?
I have 160 slices od mri. I need to take 3D point from 2D slice in such way that data cursor takes x and y coordinates from 2D i...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
How to plot DICOM so that is not elongated?
So I have a GUI where i plot axial coronal and saggital slice of an volume. But my images are oval and elongated. See the screen...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
How can I update (refresh) data on figure?
I have GUI with 4 axes, and I have removed one axes and running it in separate figure window, on button press. When I change dat...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
How can I change axes labels?
from this: 0 ^ 1 . 2 . 3 . 4 . 5 . 6 . 7 . 8 . 9 . 10.....................> 0 1 2 3 4 5 6 7 8 9 10 ...
nästan 12 år ago | 2 answers | 0
2
answersQuestion
Why data cursor showing wrong values?
I am working with 3D axes. Previously I have modified the z and y axes. I needed to have z and y values shown reversed. Not to g...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
How can I locate dicom images?
So now I have: [filename, pathname] = uigetfile(); set(handles.edit5, 'String', pathname); img = zeros(165,127,...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
How to select figure by name?
So I have a couple of figures open. Each has its uniqe name. I want to plot a line on one of them. How to select figure by his n...
ungefär 12 år ago | 2 answers | 1
2
answersQuestion
Why figure toolbar doesn't work in GUI
I have created figure toolbar in GUIDE with toolbar editor, and put some usual stuff, zoom in, out, pan, data cursor and print. ...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
How to plot a point on axes above current picture
When I use plot(x,y) function it erases the current data on axes and make blank white axes only with that point. I would like...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
What does it mean 2x1 double?
In DICOM metadata for pixel spacing it says [2x1 double]. Does it mean that spacing in x and y directon between pixels is 1 m...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
How to plot the points of intersection between a sliced plane (MRI data) and a line?
I have a 3d matrix representing a volume. I would like to take two points with Data Cursor, plot a line connecting that plot,...
ungefär 12 år ago | 2 answers | 0
2
answersQuestion
How can I see the actual size of MRI slice?
Or any other picture. In my axis (showing the MRI) the xmax and ymax are the number of pixels the image have. Can I get th...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
How can I increase GUI slider steps?
I have 168 MRI images to scroll. But my slider goes 1,3,5,6,8,10...almost every second image is shown. I've count them and tur...
ungefär 12 år ago | 2 answers | 0
2
answersQuestion
How can I pass variable from GUI to matlab workspace?
The global function is nice, for example: (in GUI): _global y_ _y=5;_ and then in matlab command window i type _glob...
ungefär 12 år ago | 1 answer | 0
1
answerQuestion
How can I interactively move the line in 3d
So I would like to plot a line with 2 taken points in 3d space. Then it would be cool if I could take one end point of the line...
ungefär 12 år ago | 2 answers | 0
2
answersQuestion
How do I make a loop for multiple identical actions?
I need to read some images in matlab like: >> A1=dicomread('IM-0001.dcm'); >> A2=dicomread('IM-0002.dcm'); >> A3=dicomr...
ungefär 12 år ago | 2 answers | 0
2
answersQuestion
How can I slice head volume, given by mri slices of images, in half?
So, i have done the tutorial at http://www.mathworks.com/help/techdoc/visualize/f5-3291.html and now I just want to slice...
ungefär 12 år ago | 0 answers | 0