Write code compatible with Matlab 7.1?

1 view (last 30 days)
I need to write code that will run with Matlab 7.1. Where can I find the list of functions and commands that were available under 7.1? I am using R2012a

Accepted Answer

the cyclist
the cyclist on 8 Feb 2013
See this page for archived documentation:

More Answers (1)

Jan
Jan on 8 Feb 2013
Edited: Jan on 8 Feb 2013
Although there are lists of commands and release notes, both are not complete. On one hand not all changes and bugs have been documented, on the other hand there have been useful undocumented commands and feature.
When you have an active license to a modern release, you can download old releases also. I recommend testing your program in 7.1, when compatibility is required.
I have to create programs which run under 6.5, 7.0, 7.8 to 7.13 and any smart guessing of the compatibility is impossible. Better create an exhaustive set of unittest function and let them run on the customers computer. E.g. missing toolboxes or individually patched Matlab functions will be considered then.
  1 Comment
Andreas Goser
Andreas Goser on 8 Feb 2013
I agree that it is better to develop the code in MATLAB 7.1 then to be sure it is working. And indeed it is typically part of a license to be able to install multiple releases in parallel.

Sign in to comment.

Categories

Find more on Install Products in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!