Solved


the number of inputs
Find the number of the inputs of the function. example y = theinputnumber(x,k); function called theinputnumber has 2 in...

ongeveer een jaar ago

Solved


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

ongeveer een jaar ago

Solved


Remove the middle element from a vector
Remove the middle element of a vector? *Example:* [1,2,3] should return 2 [1,2,3,4] should return 2 [] should return...

ongeveer een jaar ago

Solved


Distances in a circle
A circle (360°) is given and a row of 6 monotonic increasing numbers with the which difference from last to first value is les...

ongeveer een jaar ago

Solved


Normalize by maximum
Subtract the maximum value in a column from the corresponding columns of a matrix.

ongeveer een jaar ago

Solved


More Simple String Concatenation
Take the first string input, reverse the order of the string from the end to beginning (i.e. apple becomes elppa), add a space a...

ongeveer een jaar ago

Solved


determine amount cookies left
started with 3 cookies and you never ate any how many are left

meer dan een jaar ago

Solved


Find difference of two set as per example
Find difference of two set as per example Say x=[1:5] and y=[2:6] then, set_diff(x,y) should give output[1] and set_diff(y...

meer dan een jaar ago

Solved


Determine the factorial of a number

meer dan een jaar ago

Solved


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

meer dan een jaar ago

Solved


Area of the yellow shaded region

meer dan een jaar ago

Solved


"Find out the best cricket"
This is how I originally read Problem 2013, so let's just go with it. Give me the first and last name of the best cricket, rega...

meer dan een jaar ago

Solved


Sum the real and imaginary parts of a complex number
Sum the real and imaginary parts of a complex number. Example c = 1+2i has the solution 1 + 2 = 3

meer dan een jaar ago

Solved


Card games

meer dan een jaar ago

Solved


How do you make seven even?
Take away the s.

meer dan een jaar ago

Solved


Arrow!!
Write a script that gives (( follow the example)) if x=4 & output= 1 1 1 1 1 1 0 1 1...

meer dan een jaar ago

Solved


Card Game
This is an overly simplified and highly modified version of card game Twenty-Nine. A deck of 100 unique cards (hypothetical) ...

meer dan een jaar ago

Solved


Finding the 9th power of a variable
Getting aquainted with finding the 9th power of a variable

meer dan een jaar ago

Solved


Finding the 8th power of a variable
Getting aquainted with finding the 8th power of an element.

meer dan een jaar ago

Solved


How to find a 7th power of a variable
Getting aquainted with finding the 7th power of a variable.

meer dan een jaar ago

Solved


How to find the sixth power of a variable
Getting an aquainatance of finding the sixth power of a variable.

meer dan een jaar ago

Solved


How to find the 5th power of a variable
Getting an aquaintance of how to find the 5th power of a variable

meer dan een jaar ago

Solved


How to find the 4th power of a variable
Getting an aquaintance on how to solve for the 4th power of a variable.

meer dan een jaar ago

Solved


How to square something
Looking to see if something could be squared from the code you created from the input of x

meer dan een jaar ago

Solved


How to square root something
A practice problem to get you aquainted with how to square root something.

meer dan een jaar ago

Solved


How to cube root something
An aquaintance on how to cube root an element

meer dan een jaar ago

Solved


Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.

meer dan een jaar ago

Solved


Compute the drag on a moving vehicle
We assume no rolling resistance, and the simple rule for Drag : , where is the density of the fluid (assumed at 1.2 ), is the ...

meer dan een jaar ago

Solved


Modified Upper Matrix Mock
Given a vector v=[1 3 6 9 11], turn it into a matrix 'ramp' like so: m=[1 3 6 9 11; 0 3 6 9 11; 0 0 6 9 11; 0 0 0 9 11; 0 0 0...

meer dan een jaar ago

Load more