Unrecognized function or variable

1 visualización (últimos 30 días)
Bradley Kitzul
Bradley Kitzul el 25 de Dic. de 2020
Comentada: Walter Roberson el 25 de Dic. de 2020
Hi,
error: Unrecognized function or variable 'genCand'.
Error in Main (line 40)
cn1=genCand(:,1:1000-NO+1);
"
I keep getting this error and I am unsure why as I have a function named "genCand" in another script. I am just calling it in my main code.
Sorry if my question is rudimentary, I am new to this.
Thank you for your help guys!

Respuesta aceptada

J Chen
J Chen el 25 de Dic. de 2020
You need to put the genCand function in a file named genCand.m (in the same directory of the calling m-file or in the search path).
  2 comentarios
Bradley Kitzul
Bradley Kitzul el 25 de Dic. de 2020
I have them all saved in a folder on my desktop. Their function names are the same as it is saved in the folder. I am very confused on what is wrong.
Walter Roberson
Walter Roberson el 25 de Dic. de 2020
is the folder on your MATLAB path? See pathtool

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by