FEX not recognizing functions
Show older comments
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?
Answers (1)
Jim Hokanson
on 23 Oct 2012
Edited: Jim Hokanson
on 23 Oct 2012
0 votes
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 Comments
Chad Greene
on 23 Oct 2012
Chad Greene
on 25 Oct 2012
Sean de Wolski
on 25 Oct 2012
Our servers have been very unhappy the last few days but they should be all good rested up now.
Chad Greene
on 25 Oct 2012
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!