Risolto


Palindrome Checker
Create a MATLAB function that checks whether a given string is a palindrome or not. A palindrome is a word, phrase, number, or o...

oltre un anno fa

Risolto


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

oltre un anno fa

Risolto


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

oltre un anno fa

Risolto


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

oltre un anno fa

Risolto


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

oltre un anno fa

Risolto


Power Numbers
Find the n-th power of m.

oltre un anno fa

Risolto


Sun angle
Determine the angle of the sun above the horizon based on the time of day. Assumptions: the sun rises in the East at 6h00, cor...

oltre un anno fa

Risolto


Number of Circles in a Number
Given a number, return the number of closed 'circles' in the base 10 numerical representation. Note: the number 4 has no circ...

oltre un anno fa

Risolto


Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...

oltre un anno fa

Risolto


Convert from integer to binary
if true % decimalToBinaryVector(x) end

oltre un anno fa

Risolto


STOP that car!!!
The maximum allowed speed for this road is 100. Find the cars that didn't observe the speed limit Arrest and fine them!!!

oltre un anno fa

Risolto


convert between ascii and characters
I have seen multiple problems like this but none of them have a robust test suite associated with them. The first input C is ...

oltre un anno fa

Risolto


find the 'M'
for an input x, return 1 at the location of the letter 'M'

oltre un anno fa

Risolto


Magnitude of a vector
Given a vector x, what is its magnitude?

oltre un anno fa

Risolto


Find the sum of n squares
What is the sum of the squares of the first n integers?

oltre un anno fa

Risolto


determine skid distance of car
Determine the distance a car skids to a stop given initial velocity (v) and time (t).

oltre un anno fa

Risolto


Find sum of negative elements in row.
Find sum of negative elements in row. Example x=[1 -5 3 4 -6 6 7 8 9 10] result = -11

oltre un anno fa

Risolto


Calculate the area of a circle
Given a circle of diameter x calculate its area

oltre un anno fa

Risolto


Multiply pi
Multiply pi with x!

oltre un anno fa

Risolto


PIN code

oltre un anno fa

Risolto


Find all repeated numbers
For a given vector, find all numbers that repeated 2 times or more than 2 times. Example: A=[1 2 3 3 4 5 6 6 7] y=[3 ...

oltre un anno fa

Risolto


area of a square
find the generic solution for an area of a square

oltre un anno fa

Risolto


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

oltre un anno fa

Risolto


Insert zeros

oltre un anno fa

Risolto


Find the sum of the largest two elements in a vector
With this one, you have to find the two largest elements in a vector and output the sum of those numbers.

oltre un anno fa

Risolto


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

oltre un anno fa

Risolto


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

oltre un anno fa

Risolto


Area of square
Find the area of a square whose diagonal length is given as x.

oltre un anno fa

Risolto


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

oltre un anno fa

Carica altro