這裡提供 Octave 初學者的入門教學。
- Octave 簡介
- 下載與安裝
- 開始使用 Octave
- 操作環境
- 資料類型
- 數值資料(Numeric Data Types)
- 字串(String)
- 資料容器(Data Containers)
- 變數(Variables)
- 算式(Expressions)
- 指令字串(Evaluation)
- 敘述(Statements)
- 函數與指令稿(Functions and Scripts)
- 錯誤與警告(Errors and Warnings)
- 除錯(Debugging)
- 輸入與輸出(Input and Output)
- 基本輸入與輸出(Basic Input and Output)
- 終端機輸出(Terminal Output)
- 基本輸出與格式(Basic Output and Format)
- 螢幕輸出分頁(Paging Screen Output)
- 終端機輸入(Terminal Input)
- 簡單的檔案輸入與輸出(Simple File I/O)
- 基本使用方式(Basic Usage)
- 意外離開時儲存資料(Saving Data on Unexpected Exits)
- 有理近似法(Rational Approximations)
- 終端機輸出(Terminal Output)
- 類似 C 語言之輸入與輸出函數(C-Style I/O Functions)
- 開啟與關閉檔案(Opening and Closing Files)
- 簡單輸出(Simple Output)
- 逐行輸入(Line-Oriented Input)
- 格式化輸出(Formatted Output)
- 矩陣輸出轉換(Output Conversion for Matrices)
- 輸出轉換語法(Output Conversion Syntax)
- 輸出轉換表(Table of Output Conversions)
- 整數輸出轉換(Integer Conversions)
- 浮點數輸出轉換(Floating-Point Conversions)
- 其他輸出轉換(Other Output Conversions)
- 格式化輸入(Formatted Input)
- 輸入轉換語法(Input Conversion Syntax)
- 輸入轉換表(Table of Input Conversions)
- 數值輸入轉換(Numeric Input Conversions)
- 字串輸入轉換(String Input Conversions)
- 二進位輸入與輸出(Binary I/O)
- 暫存檔(Temporary Files)
- 檔案結尾與錯誤(EOF and Errors)
- 檔案位置(File Positioning)
- 基本輸入與輸出(Basic Input and Output)
- 繪圖(Plotting)
- 矩陣運算(Matrix Manipulation)
- 算術運算(Arithmetic)
Chloe
Hi 請問一下,Octave中,寫了一些coding 可以設定keyword,,讓Octave辨別字串 然後從一堆原始資料中抓出該Keywords
但目前coding沒辦法讓octave 辨別數字的keyword
例如:
設定keyword 為: 5503
原始資料: 錯誤代碼5503為系統電源錯誤
但因為目前octave無法偵測5503 程式無法執行出來 所以也無法抓到該原始資料中有5503
請問編碼裡面要怎樣設定才能讓它可以辨別數字為文字?