PDA

查看完整版本 : What is the equivalent of impz() from matlab in python?


poster
2019-11-27, 06:21
<p>When I run this in matlab:</p>

<pre><code>[num,den]=tfdata(Gz,'v');
impz(num,den,[0:13]);
</code></pre>

<p>I get a plot like this:</p>

<p><a href="https://i.stack.imgur.com/FTz1i.png" rel="nofollow noreferrer">Plot</a></p>

<p>What would be the equivalent in Python? Does it even exist something like <code>impz()</code>?</p>



More answer... (https://stackoverflow.com/questions/59060202/what-is-the-equivalent-of-impz-from-matlab-in-python)