I need one of these compilers to run a program in Matlab 2015b (https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/support/sysreq/files/SystemRequirements-Release2015b_SupportedCompilers.pdf)
Is there any way I can get one of them? I have already followed the tutorial here https://software.intel.com/en-us/articles/older-version-product but I can only go as far as the 2016 version.
链接已复制
No - those versions are no longer available. You do not need those old versions that aren't supported by current Visual Studio versions. You can and should use Matlab with the most recent release. If you encounter any problems, just describe them in this forum and we'll be glad to help.
Hi Steve, thank you for your reply. Unfortunately, I want to run a program published in a 2015 paper and the authors haven't updated their code since then. So the only two options are to download 2015 Matlab (that only takes Fortran Composer XE 2011 or 2013) or to go through their entire code and update the parts that are outdated for Matlab 2020 and thus give errors.
Why do you think you must use an obsolete version of Intel Fortran for that Matlab version? At most you may need to tweak Matlab scripts that locate the Fortran installation.
@fjsafewifewfjaf
I just tried building a 64-bit DLL from the R2012b distribution of Matlab using Intel Fortran 2019.1U2 + VS2019, and the resulting DLL runs fine when called from Matlab R2012b.
As Steve wrote, if you run into problems please provide a complete description.
