Statistics
RANK
24,078
of 295,527
REPUTATION
1
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
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...
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...
12 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...
12 years ago | 3 answers | 1