photo

David Hill


Applied Intuition

Last seen: Today Actif depuis 2017

Followers: 7   Following: 0

Message

MS - Robotic Systems Development (MRSD) from CMU, BS - Electrical Engineering with minors in Computer Science and Mathematics from BYU.

Programming Languages:
Python, C++, C, Java, Javascript, R, MATLAB, CSS, Arduino
Spoken Languages:
English, Spanish
Professional Interests:
Robotics and Autonomous Systems, SLAM, Motion and Path Planning, Embedded Systems

Statistiques

All
MATLAB Answers

0 Questions
2 210 Réponses

File Exchange

21 Fichiers

Cody

62 Problèmes
5432 Solutions

Discussions

7 Points forts

RANG
37
of 301 327

RÉPUTATION
5 346

CONTRIBUTIONS
0 Questions
2 210 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
625

RANG
1 621 of 21 234

RÉPUTATION
1 166

CLASSEMENT MOYEN
4.60

CONTRIBUTIONS
21 Fichiers

TÉLÉCHARGEMENTS
67

ALL TIME TÉLÉCHARGEMENTS
9420

RANG
4
of 173 995

CONTRIBUTIONS
62 Problèmes
5432 Solutions

SCORE
58 573

NOMBRE DE BADGES
142

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
7 Points forts

NOMBRE MOYEN DE LIKES
0

  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Ace
  • 36 Month Streak
  • Cody Contest 2025 Finishers
  • Indexing III Master
  • Personal Best Downloads Level 4
  • 5-Star Galaxy Level 4
  • Indexing V Master
  • Strings III Master
  • Strings II Master
  • R2016b Feature Challenge Master

Afficher les badges

Feeds

Discussion


Using the Extended Euclidean Algorithm & Bézout’s Theorem
Many MATLAB Cody problems involve solving congruences, modular inverses, Diophantine equations, or simplifying ratios under cons...

4 mois il y a | 0

Discussion


Using Persistent Variables to Survive Timeouts and Repeated Calls
When solving Cody problems, sometimes your solution takes too long — especially if you’re recomputing large arrays or iterative ...

4 mois il y a | 0

Discussion


Tackling Complex Nonlinear Equations with fzero
The fzero function can handle extremely messy equations — even those mixing exponentials, trigonometric, and logarithmic terms —...

4 mois il y a | 0

Discussion


Nedsburg Game Hint
I set my 3D matrix up with the players in the 3rd dimension. I set up the matrix with: 1) player does not hold the card (-1), pl...

4 mois il y a | 0

Discussion


Using Nested Functions and Recursion to Bypass Loop and Conditional Restrictions within Cody Problems
Some MATLAB Cody problems prohibit loops (for, while) or conditionals (if, switch, while), forcing creative solutions. One eleg...

4 mois il y a | 0

Discussion


Using the On-Line Encyclopedia of Integer Sequences (OEIS) to recognize and solve tricky sequence-based problems
Many MATLAB Cody problems involve recognizing integer sequences. If a sequence looks familiar but you can’t quite place it, the...

4 mois il y a | 0

Discussion


Solving MATLAB problems involving very large integers
When solving MATLAB Cody problems involving very large integers (e.g., factorials, Fibonacci numbers, or modular arithmetic), yo...

4 mois il y a | 0