How to use "m_quiver"
조회 수: 22 (최근 30일)
이전 댓글 표시
I drew a picture using "m_contourf" and "m_quiver", but the arrow in m_quiver is too small to identify. Is there a way to solve it? I hope we can make it bigger and more visible.
댓글 수: 0
답변 (1개)
Sachin
2023년 6월 5일
I understand that you want to make bigger arrow in the quiver plot.
You can use “scale” parameter of “quiver” function . By using scale you can adjust the length of arrows .
For more information about scale in “quiver” function refer the following MATLAB documentation :
Thanks
Sachin
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Vector Fields에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!