Matlab can't find geocradius function
3 views (last 30 days)
Show older comments
Matlab is unable to compute the geocradius function. It says, "Undefined function or method 'geocradius' for input arguments of type 'double'".
Matlab actually recognizes the word as a function, even gives me help on it, but can't seem to use it. Is it possible my version doesn't have it even though the help browser references it? Can I download this function for free....or can someone email me the data array for geocradius(r), for r from 0 to 90 in a simple ascii file?
Thanks Chris
0 Comments
Answers (2)
Walter Roberson
on 13 Sep 2011
That function is part of the Aerospace Toolbox.
If you have the help information in your help browser, but it does not find the function, then my first suspicion would be that you have it installed but do not have a valid license for it. My second guess would be to execute
rehash toolbox
and see if that helped.
Mark Brandon
on 13 Sep 2011
You can find out what Toolboxes are installed on your system by typing
ver
at the prompt.
It tells you all the mathworks products installed
If the Aerospace Toolbox doesn't show up in the list then you either have a problem with the licence / installation - or you dont have that toolbox.
2 Comments
Walter Roberson
on 13 Sep 2011
Note that it might show up on the list if it is installed but you do not have the proper license. That can happen especially if you are licensed for a previous version but not the current version and you did a version upgrade rather than installing in a completely new directory.
See Also
Categories
Find more on Introduction to Installation and Licensing 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!