Phase portrait for a matrix

I have solved a system of ODEs, and would like to plot a phase portrait in MATLAB. This gave me the following matrix:
[ 1, i ; 3, 5i]
How can I simply plot the spiral potrait in MATLAB for this?
Thanks

1 Comment

Can you share your differential equations?

Sign in to comment.

Answers (1)

Sergio Manzetti
Sergio Manzetti on 15 Nov 2017
Yes, it is:
5i Y'' - 3i Y' = 0

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 15 Nov 2017

Answered:

on 15 Nov 2017

Community Treasure Hunt

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

Start Hunting!