[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Split a tfdata cell
From: |
rwensley |
Subject: |
Split a tfdata cell |
Date: |
Thu, 29 Jun 2017 10:48:45 -0700 (PDT) |
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
--
View this message in context:
http://octave.1599824.n4.nabble.com/Split-a-tfdata-cell-tp4683947.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Split a tfdata cell,
rwensley <=