Feeds
질문
Creating a serialport as public variable
Hello everybody, I've got a problem defining a serialport as a public variable. Doing that I get the following error message: ...
대략 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to convert an equation from z-plane to w-plane in MATLAB
If you are working with an tf-values use following code: T = 0.2; NumG = [1] DenG = [1 1 0] Gs = tf(NumG, DenG) Gz = c2d(Gs...
How to convert an equation from z-plane to w-plane in MATLAB
If you are working with an tf-values use following code: T = 0.2; NumG = [1] DenG = [1 1 0] Gs = tf(NumG, DenG) Gz = c2d(Gs...
대략 6년 전 | 1
