Filter löschen
Filter löschen

when i try to integrate the function it keeps giving me an error

1 Ansicht (letzte 30 Tage)
Gihahn
Gihahn am 18 Apr. 2024
Beantwortet: Walter Roberson am 18 Apr. 2024
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

Antworten (1)

Walter Roberson
Walter Roberson am 18 Apr. 2024
ao=(int(sym(3),0,0.01)+int(sym(-3),0.01,0.02))
ao = 
0

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by