Robbie Peck
2015년부터 활동
Followers: 0 Following: 0
Feeds
질문
Nested function global variable
function T = fun(theta) global m m = theta^2; T = quad(@fun2,0,1) end function out = fun2(t) out=( ...
거의 9년 전 | 답변 수: 2 | 0