why am I gettng the wrong output in MATLAB with this code? The gain in the numerator is 2 in my input but comes out as 0.5 in the output
s=zpk(‘s’);
g5= (2*(s+8))/((s+3)(s+0.1)(4*s+6));
%%output
g5 =
0.5 (s+8)
(s+3) (s+1.5) (s+0.1)
why am I gettng the wrong output in MATLAB with this code? The gain in the numerator is 2 in my input but comes out as 0.5 in the output
s=zpk(‘s’);
g5= (2*(s+8))/((s+3)(s+0.1)(4*s+6));
%%output
g5 =
0.5 (s+8)
(s+3) (s+1.5) (s+0.1)
submitted by /u/fpock [link] [comments]
I need to install Windows XP X86 in a physical computer. How i don’t have a 32bit processor computer, i try to […]
URL parameters (also called query string parameters or URL variables) are used to send small amounts of data from page to page, […]
I’m working with Magento 1.9 and I’m having a problem with multi-store catalog promotion, since I have a category that is being […]