Feeds
已回答
trouble using quiver and contour plots.
I found that reversing the x and y vectors when calling meshgrid() solves the problem. I still do not understand what is going ...
trouble using quiver and contour plots.
I found that reversing the x and y vectors when calling meshgrid() solves the problem. I still do not understand what is going ...
12 years 前 | 0
提问
trouble using quiver and contour plots.
Here is a portion of my code: dx=0.05; dy=0.05; im=41; jm=21; x=[-1:dx:1]; y=[0:dy:1]; for i=1:1:...
12 years 前 | 2 个回答 | 0