Definite Integral for known matrix

Hi,
I have a matrix P(x) and x, both are known. I need to find a definite integral between a to x of (P(x).dx)). How can I do that? Is there a way I can use seperation of varables here?

3 Kommentare

Is P a matrix of symbolic expressions? If so then
int(P, x, a, x)
Abhijit Bhosale
Abhijit Bhosale am 14 Apr. 2020
matlab is showing int as an unrecognized function....
Walter Roberson
Walter Roberson am 14 Apr. 2020
int() requires the Symbolic Toolbox and the first parameter must be class sym or symfun

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 17 Jan. 2019

Kommentiert:

am 14 Apr. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by