Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Determine the factorial of a number

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Area of the yellow shaded region

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Card games

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Carica altro