Feeds
提问
Handles returning multiple outputs
I have a function handle that returns 3 values. @f(x,y) = basis_handle(x,y); [z, dx, dy] = f(0.1,0.1) %returns 3 vector...
11 years 前 | 1 个回答 | 0
1
个回答提问
Slow performance using closures
I'm coding a solution for Poisson equation on a 2d rectangle using finite elements. In order to simplify the code I store ha...
11 years 前 | 1 个回答 | 0