필터 지우기
필터 지우기

how to find matrix integral

조회 수: 1 (최근 30일)
Roohollah
Roohollah 2012년 11월 1일
in my programming i find 6*6 matrix
i need to find exponential of matrix (expm(a*t)) , after that got result i try fo find convolution integral ,however matlab can not find it i tried vpa unfortunately i didn't get any answer !!
so how can i find convolution integral of matix or multiply matrix convolution integral ,

답변 (1개)

Gang-Gyoo
Gang-Gyoo 2012년 11월 2일
You can calculate exp(at) using 'c2dm'. Refer to the following code. aa is what you want with a specific sampling time Ts.
a= [0 1;-1 -2]; Ts= 0.1;
[aa,bb,cc,dd]= c2dm(a,[],[],[],Ts)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by