Media Summary: This videos shows how to input transfer functions into Download coding: -------------------------------- clc; clear all; close all; num=[9]; den=[1 2 9]; sys=tf(num,den) This tutorial video teaches about finding Impulse
Step Response Using Matlab - Detailed Analysis & Overview
This videos shows how to input transfer functions into Download coding: -------------------------------- clc; clear all; close all; num=[9]; den=[1 2 9]; sys=tf(num,den) This tutorial video teaches about finding Impulse how to get the step response of a system in matlab