Matlab can't find geocradius function

1 view (last 30 days)
mendojazzhead
mendojazzhead on 13 Sep 2011
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

Answers (2)

Walter Roberson
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.
  1 Comment
mendojazzhead
mendojazzhead on 13 Sep 2011
rehash did not work. I will take it into the administrator tomorrow and see if he can figure out.
Thanks
Chris

Sign in to comment.


Mark Brandon
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
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.
Mark Brandon
Mark Brandon on 3 Oct 2011
So I've learned something. Thanks Walter.

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!