Make this equation periodic (repeating every t_c seconds)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hussam
el 27 de Mzo. de 2024
Comentada: Torsten
el 28 de Mzo. de 2024
Hi, how can I make the following equation periodic to repeat every t_c seconds, given that t_c > t_s. So for t_s<t<t_c the value of Q is zero.
Q=@(t)Q_peak*sin((pi*t)./t_s).^2.*(t<=t_s)
Thanks!
2 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Mathematics and Optimization en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!