《GNU_Octave_Beginner_s_Guide》讀書筆記3:函數與繪圖

《GNU_Octave_Beginner_s_Guide》讀書筆記3:函數與繪圖 函數: 函數的通用形式:[output 1, output 2, ...] = function name(input 1, input 2, ...) 數學函數 輔助函數 操作函數 數學函數: cos(pi)  //pi是一個內置函數 x = [0:pi/2:2*pi]  //生成一個序列,即一個行向量 cos(x
相關文章
相關標籤/搜索