Effacer les filtres
Effacer les filtres

when defining functions on my matlab 7 version iam getting error!!!

1 vue (au cours des 30 derniers jours)
mayuresh
mayuresh le 12 Juil 2012
??? function [f d] = add(x) | Error: Function definitions are not permitted at the prompt or in scripts.

Réponse acceptée

Jan
Jan le 12 Juil 2012
Modifié(e) : Jan le 12 Juil 2012
The error message is clear: Functions can be defined inside M-files, when they are functions. You cannot create a function neither in M-scripts (M-files which does not start with "function ...", nor in the command window.
So open the editor to create a function. Then save the file to a user-defined folder, which is included in the path (see pathtool). (The later is not obligatory, but most likely what you want to.)

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by