photo

Halil


Last seen: 거의 3년 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Arduino Error: Too many output arguments
clear all; a = arduino; i=0; while 1 pot=analogRead(a,0) pot1=analogRead(a,1) pot2=analogRead(a,2) ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to store a intermediate variable from ode45 function to the Workspace as a vector
Having a system of two odes I put the odes in a function and the script to solve the given function I would like to store ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Ode45 returns NaN, Why?
Having a system of three odes I put the odes in a function and the script to solve the given function I'm getting NaN for ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to defined a transfer function which includes letters and numbers
Thank you so much for your link but I didnt find the answer. If I put this code: MySys=tf([9 0.2 1],[1 1.2 9 0]) bode(M...

거의 8년 전 | 0

질문


How to defined a transfer function which includes letters and numbers
I need to draw the bode diagram of a transfer function: L(s)=C*(1+ms)/(1+ns) where m and n are positive. My problem is that I...

거의 8년 전 | 답변 수: 2 | 0

2

답변