photo

David Hill


Applied Intuition

Last seen: 6 days 前 自 2017 起处于活动状态

Followers: 5   Following: 0

消息

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

统计学

All
MATLAB Answers

0 个提问
2,210 个回答

File Exchange

21 文件

Cody

62 个问题
5351 个答案

Discussions

7 个亮点

排名
37
of 301,111

声誉
5,346

贡献数
0 个提问
2,210 个回答

回答接受率
0.00%

收到投票数
625

排名
1,626 of 21,172

声誉
1,161

平均
4.60

贡献数
21 文件

下载次数
74

ALL TIME 下载次数
9365

排名
3
of 172,838

贡献数
62 个问题
5351 个答案

评分
57,697

徽章数量
141

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
7 个亮点

平均赞数
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

查看徽章

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

3 months 前 | 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 ...

3 months 前 | 0

Discussion


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

3 months 前 | 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...

3 months 前 | 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...

3 months 前 | 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...

3 months 前 | 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...

3 months 前 | 0