Implementation of The AntMiner+ in Matlab

1 visualización (últimos 30 días)
afef
afef el 20 de Abr. de 2017
Comentada: fatimah N el 31 de En. de 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 comentarios
John D'Errico
John D'Errico el 20 de Abr. de 2017
Editada: John D'Errico el 20 de Abr. de 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 el 31 de En. de 2020
Did you solve this problem?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Manage Products en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by