how can i differentiate a constant in simulink?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
vishnuvardhan naidu tanga
el 4 de Dic. de 2019
hello everyone im trying to differentiate a constant in simulink. but when i use derivative block it considers the value as constant and gives me an output 0. can someone help me with this.
the equation is dV/dt, where 'V' is a constant number.
thank you,
with regards
0 comentarios
Respuesta aceptada
Stephan
el 4 de Dic. de 2019
Editada: Stephan
el 4 de Dic. de 2019
You already have done everything exactly correct - Simulink also did what is correct. What is the derivative of y(t)=3 with respect to t? Exactly it is zero. y'(t) = dy/dt = 0 - So thats all and we learned it in our math classes.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!