Implementation of The AntMiner+ in Matlab

2 Ansichten (letzte 30 Tage)
afef
afef am 20 Apr. 2017
Kommentiert: fatimah N am 31 Jan. 2020
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 Kommentare
John D'Errico
John D'Errico am 20 Apr. 2017
Bearbeitet: John D'Errico am 20 Apr. 2017
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 am 31 Jan. 2020
Did you solve this problem?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by