Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

undefined function or varaible

4 vues (au cours des 30 derniers jours)
Samuel Crofts
Samuel Crofts le 28 Déc 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hi,
Every time i run my file, it comes up with an error 'undefined function or variable (variable name). However, the name of the function is the old name of the file, i called it attempt2, however, i managed to get a good start on my project, so renamed the file to something else, and did a search and replace with everything attempt2. The error still happens

Réponses (1)

madhan ravi
madhan ravi le 28 Déc 2018
Modifié(e) : madhan ravi le 28 Déc 2018
The function has to be save in a separate file with the same name of a function if your using prior 2016b but since 2016b a script file can contain a function at the very end of the file.
Note: The file names should be unique not repeated (meaning the script file and the function name shouldn't be the same) .
doc function % read it
  4 commentaires
Samuel Crofts
Samuel Crofts le 28 Déc 2018
Thank you
madhan ravi
madhan ravi le 28 Déc 2018
ok so it's related with gui maybe someone else can help

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by