photo

Folkert


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
24,078
of 300,508

REPUTATION
1

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
Input parser: default argument depends on another required argument, how to do this?
Another way: Call the following function as: foo(1, 2, 'speed', 2, 'direction', [6, 1]); (varargin is composed of param...

13 years ago | 0

Question


Input parser: default argument depends on another required argument, how to do this?
In an attempt to clean up my code and make it usable for the outside world, I would like to have decent input handling. Some inp...

13 years ago | 3 answers | 1

3

answers