Matlab Tutorial - University of Calgary in Alberta

MATLAB Editor will open. Write the following: ... The following example illustrates initialization of a transfer function for the system described by the second order differential equation with an output . >> num=[0.01 1]; den=[1 7 10]; >> sys1=tf(num, den) ... This example demonstrates an implementation using the following discrete approximations: ................
................