In Octave you can do: x = [1:100]/10; plot(x,sin(x),';legend;') xlabel('xlabel') ylabel('ylabel').
確定! 回上一頁