目前分類:Octave (5)

瀏覽方式: 標題列表 簡短摘要
  • 取平均

octave:1> t1=[1,2,3]

octave:2> mean(t1)

quantum2nd 發表在 痞客邦 留言(0) 人氣()

1. 簡單的plot

https://sites.google.com/site/octavetech/octave_introduction/plotting/high_level_plotting/two_dimensional_plots

quantum2nd 發表在 痞客邦 留言(0) 人氣()

octave:1> for i=1:3 %i重1開始3結束,間距1

> i

quantum2nd 發表在 痞客邦 留言(0) 人氣()

octave:1> eye(2) %對角identity 1 matrix

ans =

quantum2nd 發表在 痞客邦 留言(0) 人氣()

when use plot in octave, get the following error,

et terminal aqua enhanced title "Figure 1" font "*,6"

quantum2nd 發表在 痞客邦 留言(0) 人氣()