photo

Matthew


Bitplane Inc.

Last seen: 거의 2년 전 2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: image processing, life sciences

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Is there a way to extract the 3D Voronoi polygon lines
I have a way to take 2D Voronoi, and generate an overlay image of the lines that make up the Voronoi polygons. I am looking to ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


How can i reorder NxM matrix into a 1D array
I am looking to take a sample matrix below. The matrix will be large and looking for fast and non looping solution. Thank you....

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


How do i make this matrix simply
I am looking for an easy way to make this Nx2 matrix starting at [0 1]. Every other line the numbers are the inverse of the pre...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do i get all the vertices of the polygons in Voronoi 2D plot.
I am looking for a way to get all the vertices of Voronoi plot, I know i can use this: [v,c] = voronoin([x(:) y(:)]) This ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Reducing a population of points in the 3D plot
I have an 3D image with a population of vertices with X,Y,Z coordinates placed in the volume. The number of vertices can be ver...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


subtract each row from from matrix A from all rows matrix b
I have these 2 matrices. I am looking to subtract each row in B for all rows in A. The result put into a C. A = [1 2 3;4 5 ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Measure the distance of multiple spots to a several line segments
I have 2 populations of 3D points placed on opposite sides of an volume (3D). I want to draw an orthogonal line from each point...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


changing specific rows of a logical matrix
I have a vSlice=MxN logical matrix. I want to be able to review the first row, last row, first col and last col for "1's" and c...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


measure distance between mutiple positions without looping
I have two arrays of XYZ positions data, Spots1 and Spots2. Code below loops though each Spot2 position and measures the distanc...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


Finding matching rows in matrix for multiple points without a loop
I have matrix A=[1 2 3;4 5 6;7 8 9;9 8 7;6 5 4;3 2 1] B=[4 5 6; 3 2 1] test = [2 6] I want to be able to list the ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I reorder paired points
I have sequence of paired points. The rows need to be reordered in such a way as listed in the "result". Values in col 1 are ...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Reorder a matrix relative to another
I have investigated all day the different ways to do this, and I have not been able to come up with a plan to achieve exactly wh...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Command Window and debug mode
When i launch a script in debug mode, the script fails at a particular line. This occurs when I step through the code, line by ...

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Get xyz position of points along a line between 2 points along a 3D triangular mesh
I have a 3D triangular mesh. It is defined by vertex positions and triangles. I would like to be able to select 2 vertices...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


using ismember to select row
I am trying to use ismember, but not exactly sure it will do what i need. I have an matrix of indices, not necessarily a sequ...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


how to use a logical array to set logicals result for entire row.
I have a matrix of nrows, with 3 columns. I am looking for an efficient way to use the 3rd column to select which rows i want t...

대략 10년 전 | 답변 수: 0 | 0

0

답변