![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16827774_1573497391795_DEF.jpg)
Alexander Collins
Followers: 0 Following: 0
Feeds
질문
Extract runs of values from cell array
I have a cell array containing many empty cells, the occasional isolated value surrounded by empty cells, and a few runs of valu...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Extending a 2D lattice of points
I have a hexagonal grid of points derived from measurement (see figure). I'd like to be able to extrapolate beyond the plotted a...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Using simple comparison to visualize overlap between two curves results in low overlap values being sorted to the end of the array
As found here: https://uk.mathworks.com/matlabcentral/answers/361760-area-between-two-overlapping-plots I'm using a simple comp...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
Correlation coefficient in 3D
I need to calculate the correlation between two 3D volumes. I've tried implementing Pearson's coefficient since it's well recogn...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to get XYZ coordinates of all non-zero voxels in a 3D volume?
I have an NxMxP matrix that forms a volume. Programs like ImageJ have a function to save the XY coordinates of any pixels above ...
거의 5년 전 | 답변 수: 2 | 0
2
답변질문
How to generate orthographic projection/perspective view of 3D object?
Say I have a disc-shape in 3D (i.e. it has some thickness to it - but we could also reduce it to a 2D circle). I want to gener...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How to create a grid of evenly spaced ones in a matrix of zeros?
So essentially I want a grid looking something like this: 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0...
대략 5년 전 | 답변 수: 1 | 0