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 个)
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
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!