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"

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 5 de Ag. de 2015
I suppose you are trying to run
function[T,S]=MCDK(X)
The correct way is
[T,S]=MCDK(X)

La pregunta está cerrada.

Etiquetas

Preguntada:

el 5 de Ag. de 2015

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by