i have a dicom image in .dcm format but matlab cant read that image using dicomread why?
What are errors that Matlab gives you when you are using dicomread function?
initially i used this X = dicomread('CT-MONO2-8-abdo.dcm');
matlab shows error as File "CT-MONO2-8-abdo.dcm" not found.
then i used this [X, map, alpha, overlays] = dicomread(CT-MONO2-8-abdo.dcm, varargin)
error was ??? Undefined function or variable 'CT'.
The first one should work
X = dicomread('CT-MONO2-8-abdo.dcm');
Are you sure your code is executed in the same folder as the DCM file? Otherwise, you have to pass the entire absolute path ('C:\\folder\\CT-MONO2-8-abdo.dcm') for instance.
Check also if your file extension is indeed .dcm
thank you sir it works good ,actually i have stored the matlab code in different location
if anybody having OT-MONO2-8-colon.dcm image please help me. i have this image without dcm extension
manually add the extension ".dcm" then make sure you are in the correct directory and execute it:
img = dicomread('filename'); imshow(img, [minAllowedPixValue maxAllowedPixValue]);%imshow(img,[0 255])
how radix 2 algorithm works and how to compute transform matrix
10 November 2015 4,368 0 View
i want to take power for complex no using modular arithmetic ex base=18+j313 exp=495 and mod value=8191. if anybody knows please help me
10 November 2015 9,000 0 View
anyone please explain radix 2 with ex problem
10 November 2015 9,519 0 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
i am try to classify the x-ray images. During classification , can i block unwanted images (except x-ray image).
03 March 2021 7,100 1 View
Need to image mesoporous silica nanoparticles using the TEM. Also, need high resolution TEM images to see the mesoporous structure. Kindly suggest what kind of grids to use. Thanks, Shatadru
02 March 2021 1,787 2 View
Dear Colleagues, After running Western blot on PVDF membrane and detection using ECL, I would like to stain my PVDF with colloidal gold to be able to allign the ECL image with total proteins on...
02 March 2021 7,829 3 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
Hello, I have classified 10 S3 OLCI images from the same area (althouth not the same size and/or quadrant) and I would like to do a final image using the mode of the pixel of these 10 images. I...
01 March 2021 9,874 3 View
I am doing a acid and a chiral amino alcohol reaction using DCC and HOBT in DCM or THF? Can anyone suggest me how to remove DCU and HOBT from a reaction mixture??
28 February 2021 2,153 1 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View