ParforProgMon icon indicating copy to clipboard operation
ParforProgMon copied to clipboard

Progress monitor for matlab parfor (parallel) loops with estimation of the remaining time

Results 5 ParforProgMon issues
Sort by recently updated
recently updated
newest added

Starting in Matlab 2022a, I am getting the following warning: Warning: udp will be removed in a future release. Use udpport instead. I found this Mathworks page with information about...

Hey! I've been experimenting with thread-based pools recently and I haven't been able to get the progressbar working with it so far, is it not compatible or am I missing...

**Is your feature request related to a problem? Please describe.** As of now, the tool requires the [Instrument Control Toolbox](https://www.mathworks.com/products/instrument.html) to use `udp`. While many users have access to this...

## Problem Description It seems matlab cannot access `ppm.increment()` within `parfor`. ``` Error using testParforProgressbar (line 21) Dot indexing is not supported for variables of this type. ``` ## Steps...

Nice repo! Very useful for my long running parpool job. One minor suggestion would be to specify the minimum version of Matlab for this to work, which I believe is...