what is the problem with my function?

i'm having a problem with my function..
function[T,S]=MCDK(X)
then it says "ERROR; Function definitions are not permitted in this context"

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 5 Aug. 2015

0 Stimmen

I suppose you are trying to run
function[T,S]=MCDK(X)
The correct way is
[T,S]=MCDK(X)

Diese Frage ist geschlossen.

Gefragt:

am 5 Aug. 2015

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by