Matlab can't find geocradius function

1 回表示 (過去 30 日間)
mendojazzhead
mendojazzhead 2011 年 9 月 13 日
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

回答 (2 件)

Walter Roberson
Walter Roberson 2011 年 9 月 13 日
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 件のコメント
mendojazzhead
mendojazzhead 2011 年 9 月 13 日
rehash did not work. I will take it into the administrator tomorrow and see if he can figure out.
Thanks
Chris

サインインしてコメントする。


Mark Brandon
Mark Brandon 2011 年 9 月 13 日
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 件のコメント
Walter Roberson
Walter Roberson 2011 年 9 月 13 日
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 2011 年 10 月 3 日
So I've learned something. Thanks Walter.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by