Francisco Bonillo
unread,Jul 26, 2008, 7:02:55 PM7/26/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sysquake
Hi, I'm trying to configure a script using the lti library, but i have
some troubles with this library.
First i do it's to load the lit and control lib:
> use lti
> use control
then i define a tf object:
> sys = tf(1,[1 2 3])
after that i try to calculate de step response function
> step(sys)
but it returns
Undefined function 'step'
(lti/tf::step;1287)
then trying with some other functions for tf objects, i had found that
only works until 'margin' function.
When i try to edit lti lib, it give me an error
cannot get record (err527)
It seems to be a problem because the file its too large. There is a
way to split it by example in ss lib, tf lib, etc.? in the way to make
Palm OS capable to use this excelents functions.
thanks