Pregunta


How do I make the planes to interchange simultaneously under mouse wheel scrolling?
I have the three planes out of a stack of dicom images (see figure I attach). The input is the Axial plane, top left corner and ...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to fix the dimensions of the voxel to be isotopic?
I recreate the three planes out of dicom images. Sagittal and Coronal planes, come distorted. A thin rectangular plane. I want t...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to calculate pixel size and make an isotropic voxel size
I have a stack of dicom images recreated to their three planes (axial, sagittal, coronal). The point is that I got a distorded i...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Not enough input arguments
I believe to properly have set up the function. I don't think to miss anything, but still keeps giving me the error of not enoug...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why it gives error to matlab's own function
Undefined function 'getAxesTransformationMatrix' for input arguments of type 'matlab.graphics.axis.Axes'. Error in View (line 8...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Indexing cannot yield multiple results
What is the wrong in this code? WL2R=0; if (nargin < 2) [Rmin Rmax] = WL2R(Win, LevV); elseif numel(disprange)...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to increase slice thickness?
Hi I reconstruct the three planes using the below code. As you can see, when run it, it comes up with 2 thin bars of the sagitt...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


What is ipads directory path for its documents that MATLAB recognizes?
Hi! I have a bunch of dicom pics in a folder located to my iPads documents. What is the path so Matlab can read them? Matlab ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I expand figure width and if possible to do it manually adjusted by cursor?
I attach the resulted figure of my image. As you can see, it is just a narrow bar plane. I want it to make it bigger in width an...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why images appear that bitmap black and white way?
Dicome pictures are ok graytone when opened on a dicom viewer but appear as bitmap black and white (see attachment). How do I fi...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I depict the different planes of the dicom slices?
I have 5 dicom slices of a foot. Need to show them in the three planes (transverse/axial, sagittal, coronal). I get a stacked bl...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why it comes up with only the first slice all the time?
I have 5 MRI images and need to load and stack them. I use the code below. It comes up with the first slice/image under 5 times....

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Conversion to struct from double is not possible
I am trying to load different dicom images in a stack and get this error ''Conversion to struct from double is not possible'' ...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Divide an image using ROI, iteratively
Hi! I need a few ideas, of how to divide dicom images (255x255 pixels, int16) using a ROI of [1-256,1-8] for X,Y Horizontal p...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Error in im2 (line 39) imshow(ImgSg);
ImgAx = siz_img; if verLessThan('matlab', '8') ImgSg = flipdim(permute(siz_img, [3 1 2 4]),1); % Sagittal view ima...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to view dicom images on different planes (coronal, sagittal, transverse)
clc; clear all; close all; N=5; img_dir ='D:\Stelios PhD files' strfile = 'Z01'; img = dicomread(fullfile(img_dir, s...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Respondida
Attempt to reference field of non-structure array.
Actually, I want to load a stack dicom images and have them displayed on the three planes (Sagittal, transverse, frontal).

alrededor de 8 años hace | 0

Pregunta


Attempt to reference field of non-structure array.
I am trying to creat a stack of 2d dicom images and represent them in a 3d rotation axis. N=5; img_dir ='D:\Stelios PhD ...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Z must be a matrix, not a scalar or vector
figure mesh(D(k),W(k),Z(k)); How can I mesh scalars or vectors after a for loop?

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Inner matrix dimensions must agree.
D = zeros(size(A,1),size(A,2)); for k=1:size(A,1),size(A,2) P_pred = A(:,k) * P(:,k) * A(:,k)' + Q(:,k); Th...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why no plot?
for k=1:D P_pred = A(:,k) * P(:,k) * A(:,k)' + Q(:,k); D(:,k) = (P(:,k) * A(:,k)') / P_pred; M(:,k) = M(:,k...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Vectors must be the same lengths.
for k=1:D P_pred = A(:,k) * P(:,k) * A(:,k)' + Q(:,k); D(:,k) = P(:,k) * A(:,k)' / P_pred; M(:,k) = M(:,k) ...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


No error but no outcome as well
for k=1:D P_pred = A(:,k) * P(:,k) * A(:,k)' + Q(:,k); D(:,k) = P(:,k) * A(:,k)' / P_pred; M(:,k) = M(:,k) ...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Index exceeds matrix dimensions.
why?? D = zeros(size(M,1),size(M,1),size(M,2)); for k=(size(M,2)-1):-1:1 P_pred = A(:,:,k) * P(:,:,k) * A(:,:,k)' ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


CAT arguments dimensions are not consistent.
MM=zeros(size(m,1),size(Y,2)); % RTS Smoother PP=zeros(size(m,1),size(m,1),size(Y,2)); for k= 1:size(Y,2) Z(k)=[m;P];...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Function definitions are not permitted at the prompt or in scripts
Can't we embed function on our script? Must be at different one and just call them?

más de 8 años hace | 2 respuestas | 0

2

respuestas

Respondida
Attempted to access A(5); index out of bounds because numel(A)=4.
U right! Thanks! I noticed it later on

más de 8 años hace | 0

Pregunta


Attempted to access A(5); index out of bounds because numel(A)=4.
clc; N = 100; w = 0.5; q = 0.01; r = 0.1; %% This is the transition matrix A = [cos(w) sin(w)/w; ...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


In an assignment A(I) = B, the number of elements in B and I must be the same.
What Is this error?

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What is the relation between Rauch-Tung-Striebel and Kalman smoothers?
Are they the same smoothers? Is RTS a developed Kalman smoother? Thank you!!

más de 8 años hace | 0 respuestas | 0

0

respuestas

Cargar más