FEX not recognizing functions
2 次查看(过去 30 天)
显示 更早的评论
The Mathworks File Exchange (FEX) site occasionally has difficulty in properly recognizing my uploaded files as functions. FEX misidentifies them as plain scripts. Today's upload http://www.mathworks.com/matlabcentral/fileexchange/38710-get-land-surface-temperatures included three functions, but none of them were correctly identified. In another instance, FEX decided that most, but not all of my functions were indeed functions http://www.mathworks.com/matlabcentral/fileexchange/35258-unit-converters. Is this something I'm doing wrong, or is it a FEX glitch?
0 个评论
回答(1 个)
Jim Hokanson
2012-10-23
编辑:Jim Hokanson
2012-10-23
Looks like a spacing issue to me. Specifically it looks like there is no space following the word "function".
function[args] vs function [args]
4 个评论
Sean de Wolski
2012-10-25
Our servers have been very unhappy the last few days but they should be all good rested up now.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!