photo

AaHi


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

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: ...

2년 초과 전 | 답변 수: 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...

4년 초과 전 | 1