Solved


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

10 months ago

Solved


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

10 months ago

Solved


UICBioE240 problem 1.12
The mathematical quantities e^x, ln x, and log x are calculated in Matlab using the expressions exp(x), log(x), and log10(x), re...

10 months ago

Solved


How to get the additive inverse of a uint8.
Given x as a uint8 find the additive inverse y.

10 months ago

Solved


Vector indexing: lower than mean
Find indices of values in a vector lower than the mean of the vector

10 months ago

Solved


Breaking up a chocolate bar
You've got a chocolate bar of size , and you want to break it up into bite-sized () pieces. How many steps are required to do th...

10 months ago

Solved


divide by 5

10 months ago

Solved


Circle : Square

10 months ago

Solved


PIN code

10 months ago

Solved


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

10 months ago

Solved


step function

10 months ago

Solved


Rescale Scores
Each column (except last) of matrix X contains students' scores in a course assignment or a test. The last column has a weighted...

10 months ago

Solved


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

10 months ago

Solved


Given two arrays, find the maximum overlap
Given two (integer) arrays s1 and s2, create a new array s3 which is as short as possible and contains both arrays. #1 s1 = [...

10 months ago

Solved


Get the area codes from a list of phone numbers
Given a string of text with phone numbers in it, return a unique'd cell array of strings that are the area codes. s = '508-647...

10 months ago

Solved


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as y = A.ⅇ^(-λt)*cos(2πft) where A, λ, and f are scalars and t is a vector. ...

10 months ago

Solved


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

10 months ago

Solved


add num
add two numbers a and b

10 months ago

Solved


Wheatstone bridge
Determine if a set of resistors maintain Wheatstone bridge equilibrium

10 months ago

Solved


sum numbers to some value n
sum of numbers up to a value n

10 months ago

Solved


Mode
Find the mode of a vector x

10 months ago

Solved


Prime Number
Determine if a number is prime

10 months ago

Solved


Remainder
Given two number a and b find the remainder when you divide a by b

10 months ago

Solved


num to char
make num into char

10 months ago

Solved


Division
Given two numbers a and b divide them a/b

10 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

10 months ago

Solved


Subtraction
Given two numbers a and b subtract them

10 months ago

Solved


num10
123456

10 months ago

Load more