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 前 | 1 个回答 | 0
1
个回答
提问
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)=') ;
...