Feeds
질문
A Problems with dicominfo
Dear I would like to read the meta data of a dicom dose matrix using: fileRT="Z:\RD1.2.752.243.1.1.20220217094526656.24...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
magnification row axis image
Dear I have a (58,28000) integer matrix I would like to visualice so the 58 rows have the same size as the 28000 colums, i.e. ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
read formated text file
Dear I have a very large file(250 MB aporx) The first 8 lines are administrative information and the rest are the data itself ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Generate a plot set
Dear I would like to genenetate about 65 figures Of couse I don't like to see them at first, I only would like to save in a di...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
text in plot with latex interpreter
Dear I would like to write come text in a simple plot using latex codification The plot is here The text in plot is code as...
거의 4년 전 | 답변 수: 1 | 1
1
답변질문
finding root of a three variable function
Dear I have a function that depends on three variable f(x,y,z) and I would like to find the root of this function near x0,xy0,z...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
Increase the size of subplot
Dear I have made a plot composed by 4x4 subplot Matlab reduce the size of each subplot to acomodate the plot in the size of my...
대략 4년 전 | 답변 수: 2 | 0
2
답변답변 있음
labels of a box plot in latex format
Many thanks In the same way I would like to change the FontSize of these labels From other answers I try boxplot(RelDiff,'Lab...
labels of a box plot in latex format
Many thanks In the same way I would like to change the FontSize of these labels From other answers I try boxplot(RelDiff,'Lab...
4년 초과 전 | 0
질문
labels of a box plot in latex format
Dear I am making a boxplot: Labels={'D5%', 'D10%','D15%','D20%','D25%','D30%','D35%','D40%', ... 'D45%','D50%','D55%'...
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
Change de default position of plot
Dear; This a silly question Sometimes when I debug a program I need to plot some of the variables in different figures The fi...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
using numerical values in symbolic expresion
Dear I am very new using symbolic math I have a funcion of two variables syms x y assume (x 'real') assume (y 'real') f=lo...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Polynomial curve fitting and equation of a curve from an image?
Hi I not an expert, but probably the better solution is not to use hight order of ordinary polynomials As the shapes a closed,...
Polynomial curve fitting and equation of a curve from an image?
Hi I not an expert, but probably the better solution is not to use hight order of ordinary polynomials As the shapes a closed,...
4년 초과 전 | 1
질문
write indexes in a plot
Dear I have a matrix P with n rows and two columns, each of the column store the x and y position of a particle. Represent the...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Form a 3D matrix for a 2d matrix
Dear I have a 3d matrix M3D in which each dimension represent one of the spatial coordinates x, y, z. This spatial coordinates ...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
change axis in image
Dear I have generate a 2D image using color map The graphic repersent the modulus of a electric field, where horizontal axi...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
vectorize random walk displacement function
Dear I would like to code a random walk As a part of the program the routine call a function that calculate +/-1 in one of the...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
problem with parfor in a subroutine
Dear; I rather new using parfor computation. The parfor execute a program in a parallel basis, when this program arrive to a...
5년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Count number of points around points in a list
Yes, thanks a lot "rangesearch" is the right function to use, although must be complemented with a conversion form cell to matr...
Count number of points around points in a list
Yes, thanks a lot "rangesearch" is the right function to use, although must be complemented with a conversion form cell to matr...
5년 초과 전 | 0
질문
Count number of points around points in a list
Dear; I have two list of points defined by to array vectors xyz1 and xyz2, both of them are Nx3, where N is the number of point...
5년 초과 전 | 답변 수: 2 | 0
2
답변질문
get the index of the n one in a binary vector
Dear, I have binary vector like bv=[0,0,0,0,1,0,0,1,1,1,0,0,1,0,1...] and I would like to get the index in bv of the n "1" For...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
write dicom rt file
Dear I woul like to anonymize an dicom rt file, but rather than remove the patient IDs I would like to change them to have a co...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Remove edge to detect a circle
Dear I would like to detect a circle and measure de center and the radius of it Sadly the picture has two zones of different...
거의 7년 전 | 답변 수: 0 | 0
0
답변답변 있음
Finding center of rotation from two sets of points
There is a very elegant solution of this problem using complex numbers in 2D function [S,Theta,t,c]=FindSTR3(c1,c0) % ca...
Finding center of rotation from two sets of points
There is a very elegant solution of this problem using complex numbers in 2D function [S,Theta,t,c]=FindSTR3(c1,c0) % ca...
거의 7년 전 | 0
질문
How to remove the "Maximum number of function evaluations has been exceeded" prompt when generating random numbers
Dear I am trying to calculate the confidence interval of a quantity using the MC method. For that I calculate n=20000 pseudo...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
vectorize a block matrix calculation
Dear; I want calculate a big matrix composed of blocks, for that I use the following code: k=length(a); ...
7년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
distance between a point and elements of a matrix
This could be the solution [ny,nx,nz]=size(M3D); [xx,yy,zz] = meshgrid((1:nx)-x,(1:ny)-y,(1:nz)-z); M3D_dist=sqrt(xx....
distance between a point and elements of a matrix
This could be the solution [ny,nx,nz]=size(M3D); [xx,yy,zz] = meshgrid((1:nx)-x,(1:ny)-y,(1:nz)-z); M3D_dist=sqrt(xx....
7년 초과 전 | 0
| 수락됨
답변 있음
distance between a point and elements of a matrix
Many Thanks Yes it is the second; I am traing to calculate de distance from a point with coordinates (x,y,z) and the indexes ...
distance between a point and elements of a matrix
Many Thanks Yes it is the second; I am traing to calculate de distance from a point with coordinates (x,y,z) and the indexes ...
7년 초과 전 | 0
질문
distance between a point and elements of a matrix
Dear; I am looking for an efficient way to compute the distance between coordinates (x,y,z) and the elements of a 3D matrix. ...
7년 초과 전 | 답변 수: 3 | 0
3
답변질문
Problem with parallel computing
Dear; This is the first time I use parfor loop and I trying to run a program on my local computer when I run the program mat...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Efficient calculation of 3d matrix of distances
Dear; I would like to calculate the 3D matrix of distances between one point an each element of a 3D matrix in an efficient w...
8년 초과 전 | 답변 수: 1 | 0