Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定在 matlab 上使用什么命令来绘制流模拟中的流线。我使用了命令“contour”,但似乎不是正确的命令。
我尝试使用命令“streamline”和“stream2d”,但起点真的很难选择。
我发现解决方案是“quiver”命令(如果有人需要这个)
quiver 命令用于生成预测速度分量方向的矢量场,而 streamline 命令用于生成流线。等高线图基本上是一个曲面图,可用于绘制流函数。