why my pc becomes slow after installing matlab?

조회 수: 21 (최근 30일)
Shaila parvin
Shaila parvin 2013년 5월 3일
i install matlab into E drive. But I also have it installed in my C drive autometically. Why? If I uninstall it from C drive it also become uninstalled from E drive. Why? My pc becomes slow after installing this software. Why?

채택된 답변

Jason Ross
Jason Ross 2013년 5월 3일
편집: Jason Ross 2013년 5월 3일
It sounds like E is also mapped to a path on C, likely via the SUBST command (a Windows command)
As for slowing down your PC, I can't think of a reason why that's related to MATLAB itself. It gets installed like any other program and should only be taking resources when it is started in the default installation. Or perhaps you are running low on disk space and the installation has brought you very close to having a full hard drive. But this is all speculation. I'd suggest you talk with people familiar with your system setup and troubleshoot it.
If it's slow while running MATLAB, it's possible that you need more RAM or you are running too many other programs. Look at the Task Manager to determine if you are using a lot of CPU or memory and your system has started using virtual memory, which is much slower than RAM.
In addition, MathWorks provides free installation help.
  댓글 수: 3
John Doe
John Doe 2013년 5월 3일
If you're not regularly taking a back-up of your entire system, you should at least do it for your important files. Suggestions: Copy the folders to an external hard drive. If you don't have one, send the folders to youself on e-mail or use Dropbox.
Jason Ross
Jason Ross 2013년 5월 3일
If your computer becomes inoperable for some reason (OS corruption, hard drive failure, motherboard failure, flood, fire, power surge, tornado, cup of coffee spills on it, etc), you will lose anything you haven't backed up.
There are many backup services and methods out there. For my home PC, I use an online backup service (examples: CrashPlan, Mozy, Carbonite -- there are many more out there) because I find the cost reasonable and it works automatically twice a day, every day, and doesn't rely upon me to remember to do it or find time in the day -- it just happens.
At work we have other means of backing up data as well as staff devoted to making sure the backups happen.

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

추가 답변 (1개)

Walter Roberson
Walter Roberson 2013년 5월 3일
If you installed R2013a on MS Windows then you might now be running a service once that reads a number of the .m files into memory (and then releases the memory) so that the files are active in the operating system's disk cache. If you are very low on RAM that could be a problem -- especially if you have a swap file configured and your available RAM is being exceeded.
I do not know what the name of the service is (I haven't booted MS Windows for 5+ months.)

카테고리

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