Animation of convolution function
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
Does matlab have a function to plot animation on convolution functions? Say I have conv_out= conv(a,b), how to plot an animation of conv_out along with input vector
Link to an example of animation on Mathworks
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/814389/image.png)
1 件のコメント
John D'Errico
2021 年 11 月 26 日
No, but why would there be? It can be written, as it was to produce the example you see. This is not the kind of thing that would be of universal utility, so it is also not the thing one wants to write for general use, then needing to test it, possibly debug it, maintain it when new releases come out, etc.
Can you write it? Of course. There are animation tools in MATLAB. For eample, when I try this:
lookfor animate
I might wonder if tools like animatedline, etc., might be useful. If you do decide to write such a tool, then post it on the File Exchange, for others to find and learn from your efforts.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!