photo

Brett


Last seen: 3 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

1 File

Cody

0 Problems
1 Solution

RANK
6,910
of 297,503

REPUTATION
6

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
6,637 of 20,449

REPUTATION
162

AVERAGE RATING
5.00

CONTRIBUTIONS
1 File

DOWNLOADS
12

ALL TIME DOWNLOADS
1423

RANK
118,294
of 158,938

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 2
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
How can I determine if a directory is on the MATLAB path programmatically?
This made the most sense to me... ismember(some_path, strsplit(path, pathsep)) These days I'm more familiar with Python ...

8 years ago | 1

Submitted


Pretty Equation Viewer
Display a pretty latex-formatted version of a Matlab expression.

9 years ago | 12 downloads |

5.0 / 5

Answered
Stale files used instead of updated files
I was also experiencing this behavior when using run() to execute a script used as an input file. I found in the Matlab documen...

10 years ago | 2

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago