Feeds
提问
Can Anonymous functions contain unknown variables?
I'm looking at an Anonymous function structured like this: g = @(x,theta,u,dt)([1,0;0 exp(-dt/theta(5))]*x + [1;theta(3)]*...
10 years 前 | 2 个回答 | 0
2
个回答提问
Function with mismatched inputs?
I am going over someone's code and in their main file they call a function as such: [ar] = function(ar, data(i+1,1), data(i...
10 years 前 | 2 个回答 | 0
