ode coupled equations solver

1 次查看(过去 30 天)
Pavan Kumar
Pavan Kumar 2015-2-11
回答: Jan 2015-2-11
Hii Friends,
Is it possible to have a negative values in the parenthesis of ode45 solver?
[z,y] = ode45('Name',[0 1],[y3pmi y3shi]);
e.g. Can y3pmi and y3shi be vectors where in some of the values are negative and imaginary?
Thanks in advance.
Pavan

采纳的回答

Jan
Jan 2015-2-11
You mean the initial values of the trajectory? Yes, of course they can have any value. And in Matlab imaginary values are treated exactly as real values.
Simply try it.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by