how to cut a vector of functions
1 回表示 (過去 30 日間)
古いコメントを表示
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
2019 年 10 月 29 日
Can you please provide more data on what P is or provide sample values?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!