Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

etwa ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


Determine the factorial of a number

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


Area of the yellow shaded region

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


Card games

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Gelöst


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

mehr als ein Jahr vor

Mehr laden