Re: [Scilab-users] Linearizing a control system using "lin" (porting from MATLAB)

2016-10-12 Thread Tim Wescott
No answers, because you've just taught me about the existence of 'lin' -- but here are some thoughts and questions: First - I don't see where you're putting parameter values into Matlab's symbolic variables to get an answer. Is this done interactively or something? Second - I just tried lin with

[Scilab-users] Linearizing a control system using "lin" (porting from MATLAB)

2016-10-12 Thread gabrielgga
I am currently trying to port some of my MATLAB code to Scilab. To linearize odes in MATLAB, I have created a set of symbolic variables and expressions and computed the jacobians so I could later use them in ss2tf() and the use lsim to simulate the system's response to a series of step inputs. R