How to call global function?
I want to use all variables used in function workspace, in Base Workspace and vice-versa. That can be possible using script(with...
11 years ago | 1 answer | 0
1
answer
Question
Too many inputs to inline function
fcnstr=input('Put Desired Function: dy/dx=', 's') ;
f=inline(fcnstr) ;
x0=input('x(0)=') ;
y0=input('y(0)=') ;
...