Christopher
University of Arizona
Followers: 0 Following: 0
Feeds
질문
Converting 2D array to 3D array by sector
Hi all, I have a question concerning reshaping a 2D array into a 3D array, where each 2D array is arranged by a block of rows a...
5년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to reduce number of points based on proximity to one another
Thanks everyone for the help. Evenchually what worked for me was 'rangesearch' within a while loop comparing the distance of eac...
How to reduce number of points based on proximity to one another
Thanks everyone for the help. Evenchually what worked for me was 'rangesearch' within a while loop comparing the distance of eac...
거의 6년 전 | 0
질문
How to reduce number of points based on proximity to one another
Hello, I have a set of points (x,y) that correspond to phyiscal locations. I am trying to reduce the number of these points bas...
거의 6년 전 | 답변 수: 2 | 0
2
답변질문
Finding the 3D distance between multiple sets of points
Hello, I am a PhD student and my project involves a very large dataset. I am trying to find a way to calculate the 3D distance ...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Reshape array by moving row below to end of column above
Hello all, I have run into a unique reshaping problem and would greatly appreciate any help. Say I have an array: A= (1:63)';...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Creating a stepped pattern of zeros in an array
Hello all, I was hoping if anyone knows of a way to create the 'A' matrix consisting of 1s and 0s as shown below. I need to cre...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Using array values as indices for inserting values into a larger destination array
Hello all, I have 3 arrays, one containing row indices, one containing column indices, and one containing the corresponding val...
대략 7년 전 | 답변 수: 1 | 0
