photo

thoughtGarden


BYU, Raytheon, General Atomics, Fluidra

Last seen: meer dan een jaar 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.752
of 300.392

REPUTATION
39

CONTRIBUTIONS
2 Questions
17 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
10

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
57.986
of 168.373

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

ongeveer 6 jaar 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...

ongeveer 6 jaar 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...

ongeveer 6 jaar 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...

ongeveer 6 jaar 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:...

ongeveer 6 jaar ago