when i try to integrate the function it keeps giving me an error
Afficher commentaires plus anciens
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
Réponses (1)
ao=(int(sym(3),0,0.01)+int(sym(-3),0.01,0.02))
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!