Tue Jul 12 2022 01:44:24 GMT+0000 (Coordinated Universal Time)
Saved by @kodekutulisanku
% Cara 1 zero_ = [-3 -4]; pole_ = [-0.1 -0.3]; gain_ = 1.5; Gs_1 = zpk(zero_, pole_, gain_) % Cara 2 Gs_2 = zpk([-3 -4], [-0.1 -0.3], 1.5)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments