回答済み
How to extract x,y,z coordinates from 3D Dicom Images?
You can use the function imref3d https://www.mathworks.com/help/images/ref/imref3d.html After knowing the world coordinates of...

約5年 前 | 0

回答済み
how to get x,y,z coordinates of 3d dicom image.I have 3d dicom image from which i can get x and y coordinates but z coordinate i cant get it provides me slice no.how to get that z coordinate
info = dicominfo('yourImage.dcm'); slice_number = info.InstanceNumber; % Gives you the slice number slice_thickness = info.S...

約5年 前 | 0

質問


write a dicom image with input that is not dicom
Hi fellows, Before showing the link, I have already read the documentation for dicomwrite. It turns out that it works in the in...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How to deploy a specific version of matlab when there are two versions installed on Linux?
Hi all, I have two versions of matlab installed in Linux ubuntu (15a and 19a). Once I type matlab on terminal, the 2019 versio...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


java.langUnsatisfiedLinkError problem
Hi all, I'm using MATLAB 2015a in Linux Ubuntu 19.04. My Matlab interface is a mess with the buttons of the interfaces. Somet...

5年以上 前 | 1 件の回答 | 0

1

回答

回答済み
MATLAB CLOSE THROUGH M-script
Did you try this?

5年以上 前 | 0

回答済み
How to know maximal x and y cordinate in image
Hi Sipher. The example below is for a simple 3x3 matrix. But you can change to your image instead (as an image is a matrix). T...

5年以上 前 | 1

回答済み
Can I read a single field using DICOMINFO?
Well, some of the meta-data are the same from a set of dicom images you're working on. There's this Dicom Library I use which i...

6年弱 前 | 1

回答済み
How to check if a directory(folder) exists?
well, I suppose you want to create if it doesn't exist, after checking... so you could do it like that: if ~exist(your...

6年以上 前 | 35

| 採用済み

質問


How to call a sub-gui direct from the command window?
Hello fellows. I'm using GUIDE, and everything is working good. So, I have the main GUI with a pushbutton to a sub-GUI. There...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


GUIDE: how to share variables of a local function on its .m file to another callback button?
Hello fellows. This questions is about using GUIDE. Here's the problem: I have a function @callbackslider nested with another...

6年以上 前 | 2 件の回答 | 0

2

回答

回答済み
How do I clear the command history from the command line in MATLAB?
just type clc . It will clear your history window in matlab. If you want to clear the data as well, type: clc, clear

6年以上 前 | 0

質問


How to create a grid of squares inside a circle, assign them and get the sum of pixels inside the squares?
Hello fellows. I want to create a grid of squares within a circle like the image attached. The condition is to consider only to...

6年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Image not generated after separation..?
uHm... Did you try to set a displayrange in your imshow? I don't know... it should work. figure,imshow(im, ...

9年以上 前 | 0

質問


Can I use a uicontrol with imshow?
Hello fellows. I have a code which dicom slice images are shown through imagesc and uicontrol. It works fine. However, I woul...

9年以上 前 | 1 件の回答 | 0

1

回答