photo

thoughtGarden


BYU, Raytheon, General Atomics, Fluidra

Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Message

All human wisdom is contained in these two words - Wait and Hope

Programming Languages:
Python, C++, C, MATLAB, Arduino
Spoken Languages:
English

Statistics

All
MATLAB Answers

2 Questions
17 Answers

Cody

0 Problems
5 Solutions

RANK
1,754
of 300,584

REPUTATION
39

CONTRIBUTIONS
2 Questions
17 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
10

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
58,993
of 169,723

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Feeds

View by

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

6 years ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

6 years ago

Solved


DNA N-Gram Distribution
Given a string s and a number n, find the most frequently occurring n-gram in the string, where the n-grams can begin at any poi...

6 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

6 years ago

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

6 years ago