error in function that in my version work correctly but in another version work incorrect

hi,
i write a function in matlab 2020b and run my function without no problems
but i send it to two of my friends and they can't run this function and this error come for them
'Function definitions are not permitted in this context.
and I should notice that their matlab version is 2015a

 採用された回答

Rik
Rik 2021 年 4 月 23 日

0 投票

You didn't send them a function, but a script. Since R2016b you're allowed to put functions in a script file.
The solution is to convert your script to a function or put the script in one file and all the internal functions in separate files.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with MATLAB についてさらに検索

製品

質問済み:

2021 年 4 月 23 日

コメント済み:

2021 年 4 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by