integration by parts toolbox

1 回表示 (過去 30 日間)
m shamsi
m shamsi 2021 年 5 月 18 日
コメント済み: m shamsi 2021 年 5 月 18 日
Hi
I wanted to know in which toolbox is integrateByParts function?

採用された回答

Cris LaPierre
Cris LaPierre 2021 年 5 月 18 日
The documentation page will tell you. Look in the left navigation pane. Starting from the top, the second line states it is part of the Symbolic Math Toolbox.
  3 件のコメント
Cris LaPierre
Cris LaPierre 2021 年 5 月 18 日
編集済み: Cris LaPierre 2021 年 5 月 18 日
What version of MATLAB are you using? If you scroll to the last section of the doc page, you will see what release that function was introduced. For integrateByParts, it shows R2019b. If your version is older than that, it did not yet exist.
If you are on R2019b or newer, type the following in your command window:
which integrateByParts
On my computer, the result is
C:\Program Files\MATLAB\R2021a\toolbox\symbolic\symbolic\@sym\integrateByParts.m % sym method
m shamsi
m shamsi 2021 年 5 月 18 日
My version is 2016. Thanks for helping.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by