Migrate code from R2011a to R2015b - Legacy flag for Set functions
Ältere Kommentare anzeigen
I'm migrating existing Matlab code that used to run in R2011a to a newer version R2015b. There's a situation with the Set functions intersect, ismember, setdiff, setxor, union, and unique. According to the Matlab release notes these functions changed their behavior in R2012a and in order to maintain their legacy behavior I need to add a legacy flag to the function call (e.g. ismember(a,b,'legacy'). My existing code has thousands of calls to the Set functions so doing this manually is starting to look as a very difficult task to do and very prompt to human error.
Did Mathworks create some kind of tool to support users migrate old code but maintain their legacy behavior? In other works, is there an automated way, supported by Mathworks, to attach this legacy flag to the set functions?
Akzeptierte Antwort
Weitere Antworten (2)
Vikaasa Kumar
am 27 Dez. 2017
0 Stimmen
Please direct all requests regarding this thread to MathWorks Technical Support.
You can submit a new Technical Support Request here: http://www.mathworks.com/support/servicerequests/create.html
1 Kommentar
TecBen
am 4 Dez. 2019
When you create a Technical Support Request ask for Article Number.: 000009444
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!