What is a series in MATLAB?
series connects two model objects in series. This function accepts any type of model. The two systems must be either both continuous or both discrete with identical sample time. Static gains are neutral and can be specified as regular matrices.
How to do summations in MATLAB?
F = symsum( f , k , a , b ) returns the sum of the series f with respect to the summation index k from the lower bound a to the upper bound b . If you do not specify k , symsum uses the variable determined by symvar as the summation index. If f is a constant, then the default variable is x .
How do you write intervals in MATLAB?
interval = fixed. Interval( a , b ) creates a closed interval from a to b . interval = fixed. Interval( a , b , endnotes ) creates an interval from a to b , with the endnotes argument specifying whether the interval is open or closed.