Community Profile

photo

Tomislav


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

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...

11 years ago | 0 answers | 0

0

answers

Question


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...

11 years ago | 0 answers | 0

0

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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 ...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


How can I locate dicom images?
So now I have: [filename, pathname] = uigetfile(); set(handles.edit5, 'String', pathname); img = zeros(165,127,...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 1

2

answers

Question


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. ...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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,...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 0 answers | 0

0

answers