When is the renamevars function introduced?

9 vues (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 5 Août 2021
Modifié(e) : DGM le 11 Août 2021
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?

Réponse acceptée

Image Analyst
Image Analyst le 5 Août 2021
R2020a
  20 commentaires
Walter Roberson
Walter Roberson le 10 Août 2021
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 le 11 Août 2021
Modifié(e) : DGM le 11 Août 2021
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by