priority
by Ben Mitch
15 Jun 2002
(Updated 22 Nov 2010)
Change the priority of the MATLAB Process programatically.
|
Watch this File
|
| File Information |
| Description |
**WINDOWS only - must be compiled before use**
If you want to do some heavy processing and you don't want your computer to get all sluggish whilst it's going on, you can use this tool thusly:
pri=priority('l') % set priority to low
<do processing>
priority(pri) % set it back |
| MATLAB release |
MATLAB 7.5 (R2007b)
|
| Other requirements |
Win95 or WinNT 3.1 or greater. More options work with Win2000 or later. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 07 Apr 2009 |
Added source code, and binary for R2007b (latter uses .NET). |
| 18 Sep 2009 |
2008-09-19 V2 removed restriction on "h" (high) priority as requested |
| 18 Sep 2009 |
whoops - editor, please use this file, not the one i sent five mins ago :) |
| 22 Nov 2010 |
Updated to provide self-compile for platforms for which binaries are not supplied. |
| 22 Nov 2010 |
Added self-compile option. |
|
Contact us at files@mathworks.com