回覆列表
-
1 # 施家小哥哥
-
2 # 使用者6610686010008
MATLAB新增自定義函式,需要將其新增至路徑中。假設要新增的自定義函式資料夾名字為svm,一般來說可以用下邊的命令:
addpath(genpath("D:\MATLAB6p5\toolbox\svm));
可以新增該資料夾及其包含資料夾所有的函式檔案。
新增之後,用help+命令名驗證一下
MATLAB新增自定義函式,需要將其新增至路徑中。假設要新增的自定義函式資料夾名字為svm,一般來說可以用下邊的命令:
addpath(genpath("D:\MATLAB6p5\toolbox\svm));
可以新增該資料夾及其包含資料夾所有的函式檔案。
新增之後,用help+命令名驗證一下
>> help addadd - Add files to active project in IDEThis MATLAB function to add an existing file to the active project in the IDE.IDE_Obj.add(filename,filetype)add 的參考頁另請參閱 activate, cd, new, open, remove名為 add 的其他函式fixedpoint/add, instrument/add, mbc/Add, rf/add, rtw/add, ecoder/add,simulink/Simulink.architecture.add這是一個在整合開發環境中,某個正在進行的專案中,加入一個檔案的函式。