when i try to integrate the function it keeps giving me an error
Mostrar comentarios más antiguos
ao=(int(3,0,0.01)+int(-3,0.01,0.02))
it keeps giving me and error when i run the code when i try to integrate 3 and -3 between its bounds
Respuestas (1)
ao=(int(sym(3),0,0.01)+int(sym(-3),0.01,0.02))
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!