Why cant I create a function in MatLab student version?
Afficher commentaires plus anciens
When I try to create a function i keep getting this error Error: Function definitions are not permitted in this context.
Here is the code I wrote
function sum = myfirst(v,w)
then I get the mentioned error
Réponse acceptée
Plus de réponses (1)
per isakson
le 6 Sep 2014
Modifié(e) : per isakson
le 7 Sep 2014
0 votes
Because function sum = myfirst(v,w) must be the first executable line of the m-file. Read Function Basics, Create functions, including anonymous, local, and nested functions
Catégories
En savoir plus sur Adding custom doc dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!