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...
대략 12년 전 | 답변 수: 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...
대략 12년 전 | 답변 수: 1 | 0
