已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Card games

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

加载更多