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. ...
4 months 前 | 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...
8 months 前 | 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...
9 months 前 | 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 years 前
提问
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 years 前 | 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 years 前 | 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...
5 years 前 | 2 个回答 | 0