Preview:
% 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)
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter