As in Matlab Notebook use functions?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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'.
0 Kommentare
Antworten (2)
cheng chen
am 14 Mär. 2017
your matlab "current directory" must include the function "mymin" what you difined.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Call Web Services from MATLAB Using HTTP finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!