photo

ErikJ GiesenLoo


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
271,978
of 300,756

REPUTATION
0

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


How to create struct of cell arrays
Hi all, I have found i can create a struct of empty cell arrays as follows (in R2018b): struct("a", {cell(0)}, "b", {cel...

2 years ago | 1 answer | 0

1

answer

Question


Convert matlab index vector to 2D array based on gaps
Hi all, I am asking to get feedback on my code and see if there are other ways to programme this basic algorithm more efficie...

2 years ago | 1 answer | 0

1

answer

Question


Name of islocalmin algorithm
Hi all, Hopefully this is a simple question. Do any of you know the name of the algorithm used by MATLAB's "islocalmin" functi...

2 years ago | 1 answer | 0

1

answer

Answered
inputparser addOptional seems broken
its always a bit strange to answer your own question, but here's the code to take 1 or 2 optional parameters assert(numel(var...

3 years ago | 0

Question


inputparser addOptional seems broken
It seems that if I use addOptional I cannot skip arguments For example, if I wish to have an optional array but I simply pass a...

3 years ago | 1 answer | 0

1

answer

Answered
Clean way of writing a setter that can set nested private properties
Further responses are welcome this query, but here is one clunky alternative using a helper set_ function that takes in the base...

3 years ago | 0

| accepted

Question


Clean way of writing a setter that can set nested private properties
Is there a clean way to write a setter for private properties/members that can accept nested properties? Something with an API ...

3 years ago | 1 answer | 0

1

answer

Question


Class methods in "private" subfolder
The documentation on classes seems to suggest I can place private functions in a private folder: https://www.mathworks.com/help...

3 years ago | 1 answer | 0

1

answer