필터 지우기
필터 지우기

Matlab 6.5 on Windows 10

조회 수: 34 (최근 30일)
Ana Royce
Ana Royce 2016년 8월 26일
댓글: Jesus 2023년 4월 3일
I have installed version 6.5 on windows 10 and given full access permission to the folder(i have created folder MATLAB6p) however finding difficult to open.I know this is an old version but due to some old coding which need to be run on this version.Please guide. Advance thanking.
regards
  댓글 수: 5
Ana Royce
Ana Royce 2016년 8월 26일
That means matlab 6.5 not compatible on windows 10? how about on windows 7?
Walter Roberson
Walter Roberson 2016년 8월 27일
You just might be able to turn on Windows Compatibility Mode for the 6.5 executable. http://www.howtogeek.com/228689/how-to-make-old-programs-work-on-windows-10/

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

답변 (2개)

Rik
Rik 2017년 12월 23일
Although in general I would absolutely second the previous remarks, there might still be a valid reason wanting to run R6.5 on Windows 10. (see this comment by Jan Simon)
Thanks to this post, I now have a working Matlab 6.5 running without a VM with XP. I only needed the second part, although I did run the setup in compatibility mode for XP-SP2. (Matlab itself can now run without admin privileges or compatibility mode)
Part 2 - Working around "License Manager Error -103 Terminal Server Remote Client not allowed"
==============================================================================================
This is the usual message you get when trying to launch MATLAB after the finished installation.
The fix is simple though: Open an Explorer in C:\MATLAB6p5\bin\win32 and create an empty file called "wtsapi32.dll" there.
MATLAB will then use this DLL when checking for Terminal Services and believe that they don't exist. It won't affect the program in any other way as the file is used exclusively for Terminal Services.
Finally you can change the permissions of C:\MATLAB6p5 and subdirectories to allow Full Access for normal users, so that MATLAB can store its settings there even without Administrator privileges.
  댓글 수: 2
Reinhold Habeck
Reinhold Habeck 2020년 5월 14일
편집: Reinhold Habeck 2020년 5월 14일
Ingenious, awesome, it works on my 6.5.2 release !!! Thank you !!!
Jesus
Jesus 2023년 4월 3일
eres un guru exelente aporte, gracias

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


Steven Lord
Steven Lord 2016년 8월 26일
MATLAB 6.5 (release R13) is fourteen years old. From the System Requirements page the versions of Windows on which it is supported are Windows 98, Windows ME, Windows NT 4.0, Windows 2000, and Windows XP. [The release of Windows Vista was still about four years in the future when that release came out; Windows 7 was seven years away.]
I second John's recommendation to upgrade your code to run in a more recent release. The Code Analyzer messages that you see in the Editor when you open your files may help you in identifying functions that have been removed since 2002 and what should replace them. If you find that you cannot identify a replacement after searching the Release Notes (the Release Notes for releases back to release R14SP2 are available on our website) please ask about a specific function or piece of functionality.

카테고리

Help CenterFile 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