Create scale arrow on quiver
조회 수: 26 (최근 30일)
이전 댓글 표시
I have a quiver plot with vectors and i'd like to add a scale/legend vector indicating the reference. See my plot and code below. I attached mat file with sample data.

qp = quiver(year_day74,0,east_574_Gs_tot_15m,north_574_Gs_tot_15m)
set(qp,'LineWidth',1,'MaxHeadSize',.1,'AutoScaleFactor',0.5,'Color','blue')
댓글 수: 0
답변 (1개)
madhan ravi
2018년 10월 31일
set(qp,'AutoScale','on', 'AutoScaleFactor', 2)
참고 항목
카테고리
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!