photo

David Hill


Last seen: Today 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, Embedded Systems

統計

All
MATLAB Answers

0 質問
2,210 回答

File Exchange

21 ファイル

Cody

62 問題
5325 解答

Discussions

7 ハイライト

ランク
37
of 300,813

評判
5,344

コントリビューション
0 質問
2,210 回答

回答採用率
0.00%

獲得投票数
625

ランク
1,633 of 21,086

評判
1,155

平均評価
4.60

コントリビューション
21 ファイル

ダウンロード
66

ALL TIME ダウンロード
9305

ランク
2
of 171,134

コントリビューション
62 問題
5325 解答

スコア
57,337

バッジ数
139

コントリビューション
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

解決済み


Translating even-degree polynomial by its vertex to the origin
Let p be an even-degree polynomial such that has a unique vertex (single global extremum). Consider its translation by shifting ...

23分 前

解決済み


Translating parabola by its vertex to the origin
Given a quadratic polynomial, p(x) = ax^2 + bx + c (a ~= 0), represented by the vector [a b c], consider the translation of the ...

約19時間 前

解決済み


Extract numbers using a decaying sieve
The Sieve of Eratosthenes is one method of determining primes. Starting with 2, one keeps 2 and removes 2x2, 3x2, 4x2, etc. Then...

約19時間 前

解決済み


Determine whether a number is a repfigit number
A sequence of numbers is constructed from a number with the following steps: List the digits of . Compute the ()st term as t...

約20時間 前

解決済み


Shifting vertically a function's graph
Given a real function, f, by n input-output pairs, consider a translation in the up-down direction given by an amount k. For a ...

6日 前

解決済み


Calculating Swimming Stroke Index (SI)
In competitive swimming, speed () is only one part of the equation. High efficiency is defined by moving fast while maintaining ...

19日 前

解決済み


Data Regularization
Provided is an m-by-n integer data matrix A whose elements are drawn arbitrarily from a set *S* = [1,2,3,...,S] for any large in...

21日 前

解決済み


Block average ignoring NaN values
Given a matrix, calculate the block average of each disjoint sub-matrix while ignoring *NaN* values. Assume that the size of the...

21日 前

解決済み


Function Call Counter

21日 前

解決済み


Neural Nets: Activation functions
Return values of selected Activation function type for value,vector, and matrices. y=Activation(x,id); where id is 1:4 for ReLU...

22日 前

解決済み


Create formatted value string Cell array of a vector
This Challenge is to create a cell array that contains strings of vector components in a given format. c=vector2formattedstri...

22日 前

解決済み


GJam: 2013 China Event: Cannon Angle
This Challenge is derived from <http://code.google.com/codejam/contest/2933486/dashboard#s=p1 GJam 2013 China Captain Hammer>. T...

22日 前

解決済み


Alternative Dimensions
Given a multidimensional matrix, transform the matrix so the dimensions are in the order given by variable ord. For example, giv...

22日 前

解決済み


Neural Net: Calculate Perceptron
This challenge is to calculate the Neural Net Perceptron value,P, given X, WH, and WP using ReLU on the hidden layer. This examp...

22日 前

解決済み


Neural Net: Calculate Bias Single Perceptron (AND/NAND/OR/NOR/XOR)
This challenge is to calculate the Neural Net Bias Perceptron vector,P, given X, WH, and WP using ReLU on the hidden layer. Test...

22日 前

解決済み


Apply the planing transform to natural numbers
Claude Lenormand’s planing (or raboter, in French) transform removes one element from each run in a sequence; that is, imagine a...

22日 前

解決済み


X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.

22日 前

解決済み


Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.

22日 前

解決済み


PEMDAS

22日 前

解決済み


Write a string
The answer should be a string that is the value: "I like apples!" (Ignore the quotation marks, just write what is inside the ...

22日 前

解決済み


Addition II
find a+b+c+d

22日 前

解決済み


Multiplication
Multiply a and b.

22日 前

解決済み


Squares
Find the square of x.

22日 前

解決済み


Division
Divide a by b.

22日 前

解決済み


Subtraction
Subtract a from b.

22日 前

解決済み


Addition
Add together the values of a and b.

22日 前

解決済み


Sum of even numbers in a vector
Write a function that takes a vector of numbers and returns the sum of all the even numbers in the vector.

22日 前

解決済み


Need Points From Creation

22日 前

解決済み


Linearly Spaced Array
Create a linearly spaced array from 0 to x consisting of y elements.

22日 前

解決済み


Conic equation
A conic of revolution (around the |z| axis) can be defined by the equation s^2 – 2*R*z + (k+1)*z^2 = 0 where |s^2=x^2+y...

25日 前

さらに読み込む