解決済み


Square root of number
Square root of given number.

3ヶ月 前

解決済み


Count the numbers
In a array x, count the number of times the number n appears in x. for example: x = [1 2 3 4 3 2 1 2] and n = 2 the answer sh...

3ヶ月 前

解決済み


Size

3ヶ月 前

解決済み


Add the even numbers
Add only the even numbers of x example: x = [1 2 3 4 5] the positive numbers are: 2 4, so their sum is 6

3ヶ月 前

解決済み


ASCii Code
Using Matlab get the ASCii for '?'

3ヶ月 前

解決済み


Cannon Ball
Given g (acceleration due to gravity) and desired altitude x, find the minimum ground velocity of a cannon ball to reach x.

3ヶ月 前

解決済み


Do you have the minimum age?

3ヶ月 前

解決済み


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

3ヶ月 前

解決済み


Bruh
Return 'bruh'.

3ヶ月 前

解決済み


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

3ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


Power Numbers
Find the n-th power of m.

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


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

4ヶ月 前

解決済み


Multiply pi
Multiply pi with x!

4ヶ月 前

さらに読み込む