|
From: | Doug Stewart |
Subject: | Re: Split a tfdata cell |
Date: | Thu, 29 Jun 2017 15:13:32 -0400 |
Greetings,
tfdata returns the num and den of the sys.
in this case num ={ [1,1] = -0.0036918 0.0173537}
How do I access the individual elements of the cell?
num(1), num{1} return ={ [1,1] = -0.0036918 0.0173537}
num(2) num{2} return and error.
Thank you for the help.
Ron
[Prev in Thread] | Current Thread | [Next in Thread] |