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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
