Plo with t two x axis
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to plot two functions with two x axis with an additional one in the top ;
I followed the steps here http://www.mathworks.com/help/matlab/creating_plots/graph-with-multiple-x-axes-and-y-axes.html but it doesn't work ;
a= [4.2058 4.1999 4.1250 3.9873 3.7788 3.5398 3.4203]
b= [39.7875 39.7493 39.5321 38.9433 37.8052 36.1312 35.1034]
c= [ 6 7 8 9 10 11 12 ]
what I want here is to set b as Y axis and a and c as x axis one in the top and one on the bottom with two diffrent xlabels
knowing that I have Matlab 2015a version
댓글 수: 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!