Community Profile

photo

Brett


Last seen: 2 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • 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.

8 years ago | 56 downloads |

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...

9 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:...

9 years ago