evalfr
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
numerator = {[2, 0], [1, 3]};
denominator = {[4, 0, 3, -1], [1 , 3, 5]};
sys = tf(numerator, denominator);
z = 1 + j;
frsp = evalfr(sys, z)🔗 See also
🕔 History
Version
📄 Description
Last updated