フィルターのクリア

how to run an already written code?

30 ビュー (過去 30 日間)
Houda
Houda 2014 年 11 月 13 日
コメント済み: benjamin chan 2020 年 3 月 3 日
I am not skilled in using matlab, I am PhD and I asked a code from an author he sent it to me , but I do not know how to run it and to try to find the results in his paper??
  6 件のコメント
Adam
Adam 2014 年 11 月 13 日
The unzipped folder of .m files must be on your Matlab path. It can be anywhere on your file system so long as it is on your path though it makes sense to keep all your Matlab files in a small number of locations.
benjamin chan
benjamin chan 2020 年 3 月 3 日
I am having this problem as well. The following weblink (www.mathworks.com/matlabcentral/fileexchange/41738-vinpfn?focused=3787428&tab=function) and the file shared does not seem to work. The user manual explicitly states "The VINPFN program is launched by the vinpfn command with no input arrangements." However, when I open the code and run it, I receive error messages that don't make much sense.

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

採用された回答

MA
MA 2014 年 11 月 13 日
open your matlab program then click on open file icon on the top of program, it open new window for you then choose yor m-file from unzip td, in the new window click run icon that show with the green play picture on top of window and see your result
  7 件のコメント
Houda
Houda 2014 年 11 月 13 日
It is a code about disaggregation, I want to use the commonly used method to disaggregate Tunisian data. Yes I think that I must read under scrutiny the written code and find the error source. Thanks for the help Adam, M.A and Guillaume (this my e-mail: boubakerhouda@gmail.com)
MA
MA 2014 年 11 月 13 日
Temporal disaggregation using low-pass filtering

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

その他の回答 (1 件)

Siam
Siam 2014 年 11 月 13 日
You do not have to unzip and save that to MATLAB folder. Unzip the file where you want to unzip. Can be anywhere in your computer. After extraction open the folder and click on your .m file. MATLAB will open automatically. Hit run and it will execute unless there is an error with the code.
  2 件のコメント
Houda
Houda 2014 年 11 月 13 日
thanks Siam, really I worried the question about the folder location. is there a simple documents other the user guides or websites to understand programming on matlab??
Siam
Siam 2014 年 11 月 13 日
you can use > help < in your MATLAB command window as well.

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

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by