![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25406040_1643104727153_DEF.jpg)
English, German
Statistics
RANK
112,617
of 297,016
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Parfor with threads parpool: Why I don't see expected scaling?
I've some trouble to understand scaling of thread based parallization based on parfor. Here is a simple example: function testP...
1 year ago | 1 answer | 0
1
answerQuestion
Performance of build-in functions: parseInputs takes quite long, how to improve?
When profiling my codes, I've quite often the case that internal parseInputs takes a significant amount of time compared to the ...
1 year ago | 1 answer | 0
1
answerQuestion
Avoid memory copy in thread-based environment (parfeval)
Is it possible to avoid memory copy of the input data to each individual worker when using a thread based environment (thus with...
1 year ago | 1 answer | 0
1
answerUse verifyCalled to check for only one input value?
I found at least one solution to it with using self defined constraint: classdef IsAny < matlab.unittest.constraints.Constraint...
3 years ago | 0
| accepted
Question
Use verifyCalled to check for only one input value?
Is it possible to use verifyCalled in a unit test to verify that a function was called and that one of many parameters (e.g. the...
3 years ago | 1 answer | 0