I don't do GUIs so I don't "know nuthink" about the callbacks and the objects but you ...
Below is my suggestion for how to rewrite the problem. It basically converts things to more manageable units and gets rid of the sqrt() operations. Without it, you will have points of non-differentiability and also have to worry about the algori...
The dependency analysis cannot locate a function if the only place the function is called in your MATLAB file is a call to the function in either of the following: Callback string Character array passed as an argument to thefevalfunction or an ODE solver Tip Dependent functions can also be ...
This is the error I recieve after I make me script a function and try to pass it the same Inputs (s, pc) that I used to test the code in the first place. "Error using mupadengine/feval_internal (line 172) Symbolic parameters not supported in nonpolynomial equations. ...