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

조회 수: 1 (최근 30일)
Gihahn
Gihahn 2024년 4월 18일
답변: Walter Roberson 2024년 4월 18일
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

답변 (1개)

Walter Roberson
Walter Roberson 2024년 4월 18일
ao=(int(sym(3),0,0.01)+int(sym(-3),0.01,0.02))
ao = 
0

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by