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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
Antwort
Frage
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)=') ;
...