When is the renamevars function introduced?

조회 수: 9 (최근 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 CenterFile Exchange에서 Structured Data and XML Documents에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by