priority

版本 1.5.0.0 (2.9 KB) 作者: Ben Mitch
Change the priority of the MATLAB Process programatically.
3.2K 次下载
更新时间 2010/11/22

查看许可证

**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

引用格式

Ben Mitch (2024). priority (https://www.mathworks.com/matlabcentral/fileexchange/1841-priority), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Desktop 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.5.0.0

Added self-compile option.

1.4.0.0

Updated to provide self-compile for platforms for which binaries are not supplied.

1.3.0.0

whoops - editor, please use this file, not the one i sent five mins ago :)

1.2.0.0

2008-09-19 V2 removed restriction on "h" (high) priority as requested

1.1.0.0

Added source code, and binary for R2007b (latter uses .NET).

1.0.0.0