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 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by