Plotting streamlines in polar coordinates
이전 댓글 표시
I'm attempting to plot flow past a cylinder and figured out how to get the vector field to appear on the plot but the streamlines won't appear. I used the stream function psi=y.*(1-(1./r^2));
답변 (1개)
Sulaymon Eshkabilov
2023년 3월 17일
1 개 추천
Use quiver() plot function to plot vector fields -see this documentation:
카테고리
도움말 센터 및 File Exchange에서 Vector Fields에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!