12.07.2015 Views

Matlab/Octave Tutorial

Matlab/Octave Tutorial

Matlab/Octave Tutorial

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MATLAB 程 式 設 計 入 門 篇 : 初 探 MATLAB建 立 大 小 為 m×n 的 矩 陣• 在 每 一 橫 列 結 尾 加 上 分 號 (;), 例 如 :>> A = [1 2 3 4; 5 6 7 8; 9 10 11 12]; % 建 立 3×4 的 矩 陣 A>> A % 顯 示 矩 陣 A 的 內 容A =1 2 3 45 6 7 89 10 11 1210

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!