Here is an example of how to call a function within a function from the same class in matlab:
main.m294 chars14 lines
In the above example, myOuterFunction
calls myInnerFunction
by using obj.myInnerFunction(in)
. Both functions are defined within the same class MyClass
.
gistlibby LogSnag