How to plot streamlines from column vectors?
古いコメントを表示
I am trying to plot streamlines to get the shape of an object from equations that were provided. The issue I'm having is that my calculations and the use of the equations results in a column vector. All the streamline type commands I'm coming across keep giving me this error.
Error using stream2 (line 46)
U,V must all be size 2x2 or greater.
What do I use to plot multiple streamlines for a 1xn matrix?
1 件のコメント
darova
2021 年 2 月 15 日
Use griddata to create 2d matrices
回答 (1 件)
Shubham Khatri
2021 年 5 月 10 日
編集済み: Shubham Khatri
2021 年 5 月 10 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!