Feeds
질문
Remove duplicates from array, some first and some last
Hi -- I would like to remove duplicate entries from this array, but sometimes keep the first occurance and sometimes the last. ...
5개월 전 | 답변 수: 1 | 0
1
답변질문
Vectorizing to speed up integration
Hi everyone -- In the code below I am performing some symbolic manipulation of a function that I subsequently want to integrate...
9개월 전 | 답변 수: 1 | 1
1
답변질문
Average Curvature of a Closed 3D Surface
Hi, All -- I would like to compute the average curvature of a closed 3D surface for which I know the inside-outside function, F...
10개월 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
대략 4년 전
질문
Why is this so slow?
Hi, All -- the seemingly simple script shown below is exceedingly slow. It takes several minutes on a fast workstation. I can't ...
5년 초과 전 | 답변 수: 2 | 0
2
답변질문
Plotting Matrix Columns with Colorbar
I have an array that is long in one dimension and short in another, let's say 50 x 5000. Each of the 50 rows is a point in space...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Speed Up Array Allocation
Hi, All -- I have a problem containing a double sum that I am currently solving with nested for loops (below). It seems to me th...
거의 6년 전 | 답변 수: 2 | 0


