Resuelto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

alrededor de 1 año hace

Resuelto


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

alrededor de 1 año hace

Resuelto


Find square of given number
Find Square of any number

alrededor de 1 año hace

Resuelto


Multiply pi
Multiply pi with x!

alrededor de 1 año hace

Resuelto


Size

alrededor de 1 año hace

Resuelto


cube of number
find cube of number

alrededor de 1 año hace

Resuelto


vectors counting by 5
Create a vector with numbers from x_min to x_max in increments of 5.

alrededor de 1 año hace

Resuelto


Find The area of the square
Given that the length of the side of a square is x, find the area.

alrededor de 1 año hace

Resuelto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

alrededor de 1 año hace

Resuelto


Square root of number
Square root of given number.

alrededor de 1 año hace

Resuelto


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

alrededor de 1 año hace

Resuelto


raise 1/3
Raise a number to 1/3 power.

alrededor de 1 año hace

Resuelto


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Sort in descending order.

alrededor de 1 año hace

Resuelto


divide by 5

alrededor de 1 año hace

Resuelto


Calculate y=2
Find the value of x so that y=2

alrededor de 1 año hace

Resuelto


EZ8
EZ

alrededor de 1 año hace

Resuelto


EZ7
EZ

alrededor de 1 año hace

Resuelto


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

alrededor de 1 año hace

Resuelto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

alrededor de 1 año hace

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

alrededor de 1 año hace

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

alrededor de 1 año hace

Resuelto


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

alrededor de 1 año hace

Resuelto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

alrededor de 1 año hace

Resuelto


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

alrededor de 1 año hace

Resuelto


Temperature Conversion 1

alrededor de 1 año hace

Cargar más