2/25/19 6:51 PM MATLAB Command Window 1 of 1: Undefined Function or Variable 'Numg'
2/25/19 6:51 PM MATLAB Command Window 1 of 1: Undefined Function or Variable 'Numg'
h1 =
>> G=zpk(numg,deng,K)
Undefined function or variable 'numg'.
>> numg=z
Undefined function or variable 'z'.
numg =
deng =
Columns 1 through 3
Columns 4 through 6
>> K=5
K =
>> G=zpk(numg,deng,K)
G =
>>