Community Profile

photo

Eric Davishahl


Everett Community College

Last seen: 2 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Personal Best Downloads Level 2
  • First Submission
  • Solver

View badges

Feeds

View by

Channel


E151 IoT Demo
Demonstration of IoT with ESP8266 for WCC ENGR 151

4 years ago

Submitted


SparkFun TinkerKit for MATLAB
MATLAB Version of the SparkFun TinkerKit Experiment Guide

5 years ago | 4 downloads |

Thumbnail

Channel


ASEE test
Temperature and Altitude sensing for ASEE 2018 IoT Workshop

6 years ago

Solved


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

9 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

9 years ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

9 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

9 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

9 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

9 years ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

9 years ago

Solved


radius of a spherical planet
you just measured its surface area, that is the input.

9 years ago