История изменений
Исправление theNamelessOne, (текущая версия) :
Так в матлабе нет «приватных функций»
Я и по Matlab не специалист, но в их доке говорится:
You can save your function […] In a function file which contains only function definitions. The name of the file must match the name of the first function in the file.
Files can include multiple local functions or nested functions
Чем локальная функция не «приватная»?
Исходная версия theNamelessOne, :
Так в матлабе нет «приватных функций»
Я и по Matlab не специалист, но в их доке говорится:
You can save your function […] In a function file which contains only function definitions. The name of the file must match the name of the first function in the file.
Files can include multiple local functions or nested functions
Чем локальная фукнция не «приватная»?