smart function to switch functions
Suppose I want to tune different ode solvers to run:
ode23(@fun,…)
I want to use ‘odesolver’ so that
odesolver(@fun,…) actually runs ode23(@fun,…) when specifying odesolver==’ode23′. Is there a smart way to do it?Suppose I want to tune different ode solvers to run:
ode23(@fun,…)
I want to use ‘odesolver’ so that
odesolver(@fun,…) actually runs ode23(@fun,…) when specifying odesolver==’ode23′. Is there a smart way to do it? Suppose I want to tune different ode solvers to run:
ode23(@fun,…)
I want to use ‘odesolver’ so that
odesolver(@fun,…) actually runs ode23(@fun,…) when specifying odesolver==’ode23′. Is there a smart way to do it? matlab function MATLAB Answers — New Questions