フィルターのクリア

Add more function as default

4 ビュー (過去 30 日間)
Liaofan Lin
Liaofan Lin 2011 年 11 月 18 日
From Matlab central file exchange website, I sometimes get some functions which don't exist in current MATLAB function archive. I wonder if there is an easy way to add those new function .m files into the default function pool?
For example, I use "dlmread" without link to some where else. However, if I have a function from the file exchange center, I need to save the .m file somewhere and link to it in order to use it.
Thanks, Liaofan

採用された回答

Daniel Shub
Daniel Shub 2011 年 11 月 18 日
You can add the paths to the directories with the downloaded files. You can do this in a number of ways. The easiest might be File >> Set Path
  1 件のコメント
Jan
Jan 2011 年 11 月 18 日
@Daniel: It might be helpful to mention, that you mean the the menu in Matlab's command window.
Another method is the command "pathtool".
I've created a folder called "FromFEX" and added it permanently to the path by:
addpath('D:\MyFiles\FromFEX', '-end'); savepath
One problem remains: There is a license file for each submission, and all have the same name.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by