photo

Christopher Hummersone


Active since 2013

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, PHP, Javascript, MATLAB, SQL, HTML, CSS, Shell
Spoken Languages:
English

Statistics

All
MATLAB Answers

2 Questions
1 Answer

File Exchange

25 Files

RANK
148,819
of 300,352

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
317 of 20,928

REPUTATION
4,857

AVERAGE RATING
4.80

CONTRIBUTIONS
25 Files

DOWNLOADS
64

ALL TIME DOWNLOADS
44981

RANK

of 168,212

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

  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Multi-level packages with shared private folder
If I have a multi-level package, e.g. +foo/+bar1/... +foo/+bar2/... can I have a shared private folder, e.g. +fo...

9 years ago | 0 answers | 0

0

answers

Answered
How can I use NARGIN/NARGOUT to determine the number of input/output arguments of an object method?
An indirect solution is to test for the existence of a particular variable: exist('var_name','var')==1 This works for in...

10 years ago | 0

Question


How do you overload the help of a built-in method?
I've followed the advice in Matlab's documentation on implementing a custom copy method in some of my classes (overloading the c...

10 years ago | 1 answer | 0

1

answer