matlab函數繪圖及其功能顯示

例: x = [0:0.01:2]; y = sinh(x); z = cosh(x); plot(x,y,‘r-o’,x,z,‘b-.’), xlabel(‘x’), ylabel(‘potential’), legend(‘sinh(x)’, ‘cosh(x)’), axis([0 2 -1 1]); 結果如圖
相關文章
相關標籤/搜索