Resuelto


Check if number exists in vector
Return 1 if number a exists in vector b otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,2,3]; Returns 1.

2 meses hace

Resuelto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

2 meses hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

3 meses hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

3 meses hace

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

3 meses hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 meses hace

Resuelto


Laws of motion 1

3 meses hace

Resuelto


Laws of motion 5
Calculate the force is u are given mass and acceleration.

3 meses hace

Resuelto


Kinetic energy calculation

3 meses hace

Resuelto


Total energy

3 meses hace

Resuelto


Potential energy calculation

3 meses hace

Resuelto


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

3 meses hace

Resuelto


factorial of a number x
Factorial of a number x

3 meses hace

Resuelto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

3 meses hace

Resuelto


PIN code

3 meses hace

Resuelto


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

3 meses hace

Resuelto


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

3 meses hace

Resuelto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

3 meses hace

Resuelto


Determine the square root
Determine the square root of the value the user has entered, n.

3 meses hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

3 meses hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

3 meses hace

Resuelto


to the 2 all elements
to the 2 all elements

3 meses hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

3 meses hace

Resuelto


Converts numbers into characters
Converts numbers into characters

3 meses hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

3 meses hace

Resuelto


Find the max element of the array
Find the max element of the array

3 meses hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

3 meses hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

3 meses hace

Resuelto


Multiplication
Given 2 numbers a and b mulitply them

3 meses hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

3 meses hace

Cargar más