photo

jose luis guillan suarez


2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


using gradient with ode45
i have this code, where _gradient(u,t)_ should be the derivative of u: function [xdot]=pid_practica9_ejercicio3_ec_diferenc...

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

1

답변

질문


how can i work with the derivative of the input of a system
i have this code: function [xdot, udot]=pid_practica9_ejercicio3_ec_diferencial_prueba2(t,x) Vp=5; u=Vp*square(2*...

대략 6년 전 | 답변 수: 0 | 0

0

답변

답변 있음
the given transfer function is an improper transfer function
finally i solved it adding a pole very far from the zero, like this: 0.05252s/(1+0.005252s) whose output is exactly the ...

대략 6년 전 | 2

질문


the given transfer function is an improper transfer function
i want to implement this transfer function in simulink: 0.05252s (it has only numerator) and i get this error: "the given trans...

대략 6년 전 | 답변 수: 4 | 1

4

답변

답변 있음
to get the output of this system with differential equations.
I solved it in this way function xdot=diagrama_bloques_nuria(t,x) Ka=10; Kb=20; Km=10; Ra=10; Ks=0.75; ...

대략 6년 전 | 1

| 수락됨

질문


to get the output of this system with differential equations.
i got this systema represented by his transfer function (and the equations): <</matlabcentral/answers/uploaded_files/120827/e...

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

1

답변

답변 있음
represent differencital equation with ode45
i'm going to collect what i have so far. this is the function: function xdot=tresorden(t,x) xdot=zeros(3,1); ...

대략 6년 전 | 0

| 수락됨

답변 있음
represent differencital equation with ode45
excuse if i didn't explained myself well: what i want to represent the variable selected in the picture. (if possible) and plot...

대략 6년 전 | 0

답변 있음
represent differencital equation with ode45
and that's how i obtain the code from the equation: <</matlabcentral/answers/uploaded_files/118449/escanear0001.jpg>>

대략 6년 전 | 0

질문


represent differencital equation with ode45
i got this differential equation: function xdot=tresorden(t,x) xdot=zeros(3,1); Vp=5; Vi=Vp*square...

대략 6년 전 | 답변 수: 4 | 0

4

답변

답변 있음
Error using eval with a differential equation
i'm using R2017a

대략 6년 전 | 0

질문


Error using eval with a differential equation
when i do this i get this error: >> t=0:0.01:10; >> dsolve('D3x + 6*D2x + 11*Dx + 6*x=6*square(2*pi*t),D2x(0)=0,Dx(0)=0,...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


exponential transfer function in matlab
<</matlabcentral/answers/uploaded_files/117932/escanear0001.jpg>> How can I enter this transfer function in matlab?

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


update the value of k in the numerator
i want to create a transfer function with num=[k*30] and den=[1 1 6 8] and k=1. But I need to change the value of k and it is au...

대략 6년 전 | 답변 수: 2 | 0

2

답변