|
Hello all,
Is there anyway to setup two functions within same *.m file..
Now is that possible that i should call both of them using one ode45 solver in command line such that both evaluated at the same time....
well I have two Differential equations (made up of All matrices, eq. one riccati and eq. second a special case of riccati)...
can i make use of for loop that goes back and forth within function and calculates variable at every instant and use it to calculate the special case embedded riccati and so on..
Any suggestion or guideline will be greatly appreciated.!!
|