Utility Toolbox: MATLAB 程式說明

張智星


簡要說明

本工具箱提供 MATLAB 常用的公用函數,也歡迎大家貢獻。

整個目錄壓縮檔:utility.rar

需要共用的工具箱

無。

函數列表

檔案名稱單列說明函數用法檔案大小
fileRead.mfileRead: Read the contents of a file and put it into a cell string  contents = fileRead(fileName)  870
fileWrite.mfileWrite: Write a cell string to a file  fileWrite(cellStr, fileName)  781
findInc.mfindInc: Find included files in a given C file  out = findInc(fileName)  1051
findRecord.mfindRecord: Find a record according to a field's value  index = findRecord(record, field, fieldValue, exactMatch)  764
getHomePage.mgetHomePage: Get homepage from a given url address  contents = getHomePage(urlAddress)  955
join.mjoin: Join a cell string based on a given delimiter  str = join(cellStr, delimiter) 704
localMax.mlocalMax: Find local maxima of a vector  index = localMax(x, plotOpt)  723
localMin.mlocalMin: Find local minima of a vector  index = localMin(x, plotOpt)  723
rawRead.mrawRead: Read a binary .raw file (e.g., for those dumped from AP170)  y = rawRead(rawFile) 198
rawWrite.mrawWrite: Write data to a binary .raw file  rawWrite(matrix, rawFile) 189
split.msplit: Split a string based on a given delimiter  tokenList = split(str, delimiter) 556

底稿列表

檔案名稱單列說明檔案大小
findCellStrTest.m測試 findCellStr.dll 的用法  389

其他檔案

檔案名稱檔案大小
findCellStr.dll20480
index.asp6530

其他說明:如何建置你的工具箱並讓別人使用