Is Matlab 2022a compatible with 2021a?

3 views (last 30 days)
Infane
Infane on 23 Oct 2022
Commented: Walter Roberson on 23 Oct 2022
Is 2022a compatible with 2021a

Answers (2)

Walter Roberson
Walter Roberson on 23 Oct 2022
There are function calls available in the older version that are not available in the newer version, and there are functions that produce different results in the newer version.
So if the required answer must be either Yes or No, then the answer would have to be No.

Image Analyst
Image Analyst on 23 Oct 2022
In what sense? They can both be installed on your computer at the same time, and you can run either of them without problem. Of course if, in your code, you used a function newly introduced in a newer version of MATLAB, it won't be able to be used in an older version (created before that function was introduced) obviously.
  4 Comments
Walter Roberson
Walter Roberson on 23 Oct 2022
One of the math function blocks was removed. You should be able to open systems that use the blocks but you will not be able to add more blocks of the same type unless you know the special setting.
Libraries were rearranged in R2021b so some kinds of models cannot be exported for use in previous versions. I do not recall at the moment whether it was Mechanical or Electrical that was affected.

Sign in to comment.

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!