i have this error, why?
古いコメントを表示
Undefined function or method 'score' for input arguments of type 'double' please can you help me?
e=res_tst(1,:)-zitr;
t=score(e);
4 件のコメント
KSSV
2017 年 11 月 15 日
score accepts data of type table. You are inputting a double...it will throw error. Read more here: https://in.mathworks.com/help/finance/creditscorecard.score.html
Chandrasekhar
2017 年 11 月 15 日
The command cannot find the function 'score'. Place the function file in the current working directory or add the file path to the MATLAB 'setpath' for the command to work.
imen baklouti
2017 年 11 月 15 日
編集済み: imen baklouti
2017 年 11 月 15 日
Walter Roberson
2017 年 11 月 15 日
The only Mathworks-provided score() function is an operation specific to creditscorecard objects created by the Finance Toolbox.
The table that KSSV mentions is only for the second input; the first input needs to be a creditscorecard object.
We cannot send you the code for the method; if you do not have the finance toolbox then it is useless to you, and it would violate our license agreements to send it.
Might I suggest that possibly you are looking for zscore() instead of score()? zscore is part of the Statistics and Machine Learning toolbox.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Price and Analyze Financial Instruments についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!