When is the renamevars function introduced?

4 ビュー (過去 30 日間)
alpedhuez
alpedhuez 2021 年 8 月 5 日
編集済み: DGM 2021 年 8 月 11 日
I use MATLAB Version: 9.7.0.1190202 (R2019b) and got "error using eval. unrecognized function or variable 'renamevars'. Can it be that renamevar function was introduced after 2019b?

採用された回答

Image Analyst
Image Analyst 2021 年 8 月 5 日
R2020a
  20 件のコメント
Walter Roberson
Walter Roberson 2021 年 8 月 10 日
I have access to ISOs, and those contain all toolboxes. I do not, however, have licenses for all the toolboxes, so I cannot install everything (I think.)
It is possible to parse the manifests to find all the file names, but I have not figured out how the names of the manifest files relate to product names.
And just knowing the file names is not enough, since methods can be completely enclosed within their classes. And I have never found the way to figure out the complete list of built-in functions.
So, as users we can do more than "nothing" to create an appropriate database, but I'm not sure if we could get it right.
DGM
DGM 2021 年 8 月 11 日
編集済み: DGM 2021 年 8 月 11 日
If one had a comprehensive set of the installation material, that might at least have the potential to be significantly more complete than other approaches. I mean, squeezing harder won't get legacy or toolbox-related information out of release notes if it's simply not there.
As far as I can see, the available options are all significant challenges in terms of effort and time, and they all lead to a result that is not only likely incomplete to an unknowable degree, but thereafter requires biannual maintenance as well. As I think Star Strider mentioned, you may also have to (programmatically) identify and deal with cases where functions changed name or moved from their original toolbox to the base toolbox. Whether that degree of rigor is warranted for an incomplete database probably depends on how incomplete it's assumed to be.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by