Can we install MATLAB v7.0 on a Windows 10 Operating system through required linux version installation in a virtual box?
Show older comments
I am trying to run an old MATLAB code, which requires MATLAB 7.0.1. I have a 64-bit Windows Operating system. However, I would need Windows XP, Windows 2000, or Windows NT 4.0 for me to be able to install MATLAB 7.0.1. Another approach would be to have a Linux - built using Kernel 2.4.x and glibc 2.3.2. The system requirements for all MATLAB versions are given here. Therefore, I am planning to install the required Linux version through virtual box on my Windows system and later install the MATLAB version. However, I am not sure if this is an ideal approach as there are other requirements on the specific Processeors. Please let me know if it is possible to install MATLAB 7.0.1 on my Windows 64 bit operating system through required Linux version installation or if there are better ways of doing it. Thanks.
4 Comments
Steven Lord
on 30 Nov 2020
What about the code specifically requires such an old release (over 15 years old) of MATLAB? What about it prevents it from running on a more recent release?
John D'Errico
on 30 Nov 2020
I wonder if it really requires that old a release, or if it requires at least that new of a release? As Steve says, what is driving that old of a release here?
Rik
on 30 Nov 2020
Maybe an included compiled mex function without the source? But then it doesn't make sense that switching to Linux is an option.
I got 6.5 to work on windows 10 (although not on every machine), but 7 required an XP VM for me. It might be possible to run it on Windows 10, but I didn't feel like investing time in troubleshooting.
In my experience it takes a lot of time to get working code working on older releases, but not really the reverse. Functions are hardly ever fully retired.
Yaswanth Sai Jetti
on 30 Nov 2020
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!