Write code compatible with Matlab 7.1?

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

 채택된 답변

추가 답변 (1개)

Jan
Jan 2013년 2월 8일
편집: Jan 2013년 2월 8일

1 개 추천

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

Andreas Goser
Andreas Goser 2013년 2월 8일
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by