Community Profile

photo

Luis Isaac


Last seen: ungefär 2 år ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • Thankful Level 3

View badges

Feeds

View by

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

mer än 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 2 answers | 0

2

answers

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

mer än 3 år ago | 0

Question


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

mer än 3 år ago | 2 answers | 0

2

answers

Question


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

nästan 4 år ago | 1 answer | 0

1

answer

Question


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

nästan 4 år ago | 1 answer | 0

1

answer

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

ungefär 4 år ago | 1

Question


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

ungefär 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

nästan 5 år ago | 1 answer | 0

1

answer

Question


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

ungefär 5 år ago | 1 answer | 0

1

answer

Question


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

ungefär 5 år ago | 0 answers | 0

0

answers

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

ungefär 5 år ago | 0

Question


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

ungefär 5 år ago | 2 answers | 0

2

answers

Question


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

ungefär 5 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 0 answers | 0

0

answers

Question


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

ungefär 6 år ago | 0 answers | 0

0

answers

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

mer än 6 år ago | 0

Question


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

mer än 6 år ago | 1 answer | 0

1

answer

Question


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

nästan 7 år ago | 1 answer | 0

1

answer

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

nästan 7 år ago | 0

| accepted

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

nästan 7 år ago | 0

Question


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

ungefär 7 år ago | 3 answers | 0

3

answers

Question


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

mer än 7 år ago | 0 answers | 0

0

answers

Question


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

mer än 7 år ago | 1 answer | 0

1

answer

Load more