How can i plot circle markers in plotty command?
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
figure
[h1 h2] = plotyy(n_motor_yeni,abs(Ne_yeni),tum_veriler_tamyukdevirvolkan,tum_veriler_tamyukgucvolkan)
set(h1,'Marker', 'o' )
set(h2,'linestyle', '-' )
i want to plot "h1" with circles and "h2" with '-' type line. How can i do it?
댓글 수: 0
답변 (1개)
  Walter Roberson
      
      
 2015년 12월 7일
        plotyy(n_motor_yeni, abs(Ne_yeni), 'o', tum_veriler_tamyukdevirvolkan, tum_veriler_tamyukgucvolkan, '-');
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Two y-axis에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!