Unrecognized function or variable 'ej_circuito'

1 view (last 30 days)
there is the code that i have the problem that i dont know why.
code:
desempe_fenotipo=ej_circuito(fenotipo);
error shown :
Unrecognized function or variable 'ej_circuito'.
Please help me!!!!! I'm Beginner in this area please

Accepted Answer

Cris LaPierre
Cris LaPierre on 5 Dec 2020
You are apparently trying to use a function (ej_circuito) that MATLAB cannot find. Ensure that this function is either defined at the bottom of your script as an in-file function, that the function file is located in your current folder, or is in a folder that is added to your MATLAB Path.
You can read more about function preference order here.
  6 Comments
Cris LaPierre
Cris LaPierre on 5 Dec 2020
If it's a variable name, you never create it.
As for how to fix it, right now, we're all just guessing. It seems the person who knows is your teacher. Best to ask him/her for the missing details.
zaira rincon
zaira rincon on 5 Dec 2020
ok thank you very much i'm going to ask my teacher for this problem cuz i was looking for it everywhere and it wasnt helpfully.
thank you cris la pierre you give me a good suggestion.

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!