As in Matlab Notebook use functions?

3 次查看(过去 30 天)
Cristian
Cristian 2014-5-13
回答: cheng chen 2017-3-14
As in Matlab use functions? For example, I wrote a function mymin, then created a .doc file and all placed in the same folder. Here is what is displayed when calling the function in MS Word:
vec=[1 2 3 4 4];
a=mymin(vec)
??? Undefined function 'mymin' for input arguments of type 'double'.

回答(2 个)

Roberto
Roberto 2014-5-13
编辑:Roberto 2014-5-13
From what i know, functions must be named * .m not * .doc and shouldn't be saved in msWord format, but plain text format, for example in wondows notepad or in the built-in editor!!

cheng chen
cheng chen 2017-3-14
your matlab "current directory" must include the function "mymin" what you difined.

类别

Help CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by