Effacer les filtres
Effacer les filtres

functions does not appear

1 vue (au cours des 30 derniers jours)
Vasiliki Vasilopoulou
Vasiliki Vasilopoulou le 13 Fév 2023
Modifié(e) : Matt J le 13 Fév 2023
Hello everybody,
I try to learn how Matlab can be used. I study matlab books and I have problem with functions. When I want to create a Function, the message appearing is " Function definition are not supported in this context. Functions can only be created as local or nested functions in code files".
What's exactly is the problem?
Thank you

Réponses (1)

Matt J
Matt J le 13 Fév 2023
Modifié(e) : Matt J le 13 Fév 2023
You cannot create non-anonymous functions in the command window. You need to compose them in a .m file. It is recommendable that you use the Matlab Editor for that,
>> edit myFunction.m
See also,

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by