Community Profile

photo

Robbie Peck


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Nested function global variable
function T = fun(theta) global m m = theta^2; T = quad(@fun2,0,1) end function out = fun2(t) out=( ...

8 years ago | 2 answers | 0

2

answers