Analytical integral in MATLAB

조회 수: 94 (최근 30일)
dont panic
dont panic 2013년 9월 27일
답변: Wayne King 2013년 9월 27일
Hello,
has matlab a function for analytical integrations?
Thank you for your help

채택된 답변

Wayne King
Wayne King 2013년 9월 27일
The Symbolic Toolbox does
syms x;
f = x^2
int(f,x)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by