how to cut a vector of functions

조회 수: 1 (최근 30일)
Luca Losero
Luca Losero 2019년 10월 17일
댓글: Asvin Kumar 2019년 10월 29일
I have a vector of n functions obtained using the "conv" function:
V= @(t,p) conv(w,P(t,p), 'same'); where P(t,p) is a vector of n fuction and w is a vector of n real numbers.
What can I do to delete one of V components, obtaining a vector of n-1 components?
  댓글 수: 1
Asvin Kumar
Asvin Kumar 2019년 10월 29일
Can you please provide more data on what P is or provide sample values?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by