Implementation of The AntMiner+ in Matlab

1 回表示 (過去 30 日間)
afef
afef 2017 年 4 月 20 日
コメント済み: fatimah N 2020 年 1 月 31 日
I download the code of AntMiner+ from www.antminerplus.com but when i tried it in Matlab i got this error message :
Undefined function or variable 'options'.
Error in testNyq (line 7) parsing = regexp(options, '\-', 'split');
Can anyone Help me please?
  2 件のコメント
John D'Errico
John D'Errico 2017 年 4 月 20 日
編集済み: John D'Errico 2017 年 4 月 20 日
0. Learn MATLAB. I say this because the error seems to say that you have not defined an input, and if you cannot read an error message, then you need to start learning how to use MATLAB.
1. Read the documentation to learn how to use the tool. That is the first thing you should always do, at least when step (0) has been followed. Again, since it appears that you are not passing the proper input (options) to the tool, reading the manual seems right. It is generally true that any useful product will have explanation of how to use it, as well as examples of use. LOOK AT THE EXAMPLES. If there is no documentation provided, then look for a better tool. If there is documentation provided, and you have not read it, then what more can I say?
2. If you have done all of the above, and are using the code as it is intended to be used, then contact the source, as the source of a tool is the most likely to be able to provide help on that tool.
fatimah N
fatimah N 2020 年 1 月 31 日
Did you solve this problem?

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

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by