Adding orientation arrow into a point
    조회 수: 3 (최근 30일)
  
       이전 댓글 표시
    
Hi all, I have a question. How is it possible to add extra information into a point data? This additional information is related to an orientation [0 .. 360] degree.
Example dataset is shown below. 
data=[
% Temp   Pres  Azim
    41    78    45
    66    44    0
   170    66    120
   136    27    100
   137    52    110];
There is an aswer related to this problem in here https://uk.mathworks.com/matlabcentral/answers/449957-scatter-plot-with-extra-features?s_tid=prof_contriblnk
in which the aspect ration of the two axis must me kept equal. In the current case, I cannot have that, i.e. the aspect ratio cannot be forced to be equal. Can we still achieve the desired plot?
 
 댓글 수: 0
답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
