Info

此问题已关闭。 请重新打开它进行编辑或回答。

what is the problem with my function?

1 次查看(过去 30 天)
Nadhirah Jofri
Nadhirah Jofri 2015-8-5
关闭: MATLAB Answer Bot 2021-8-20
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"

回答(1 个)

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

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by