Why Does int() of rectangularPulse Return NaN?
Mostrar comentarios más antiguos
syms t real
x(t) = rectangularPulse(0,1,t);
int(x(t),t,0,5)
int(x(t),t,0,inf)
int(x(t),t,-10,10)
int(x(t),t,-inf,inf)
Any ideas why those two cases return NaN?
1 comentario
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Assumptions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

