Resuelto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

alrededor de 11 años hace

Resuelto


Autocorrelation of Signal
Given a sine function with these characteristics below, give the autocorrelation of this signal. N=51; n=1:N; x= sin(pi...

alrededor de 11 años hace

Resuelto


times 5
Given the variable x as your input, multiply it by five and put the result in y.

alrededor de 11 años hace

Resuelto


find the hypotenuse.
sideA=linspace(1,10,10) sideB=linspace(1,10,10) sideC=

alrededor de 11 años hace

Resuelto


square a vector-Given the variable x as your input, square it and put the result in y.
function y = (x)squared y = x; end

alrededor de 11 años hace

Resuelto


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

alrededor de 11 años hace

Resuelto


Find all of the odd integers in a vector between the intergers 1 and 10.
Given vector of integers 1:10 [1 2 3 4 5 6 7 8 9 10]

alrededor de 11 años hace

Resuelto


the function, the box of boxer briefs, being twice the amount being manufactured twice as much x
return y as the function multiplied by x twice

alrededor de 11 años hace

Resuelto


How to make y half of x
Making y equal to x/2.

alrededor de 11 años hace

Resuelto


square root
Find the square root (y) of an input (x).

alrededor de 11 años 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 11 años hace

Resuelto


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

alrededor de 11 años hace

Resuelto


Hardy-Ramanujan number
Find the first Hardy-Ramanujan number.

alrededor de 11 años hace

Resuelto


Multiplying Vectors 101
Make a vector from 1 to x then multiply the sum of that vector by 2.

alrededor de 11 años hace

Resuelto


Best Problem Ever
When I am writing those words, there are 2002 problems on Cody. Many of them are simply wonderful. Do you remember which of them...

alrededor de 11 años hace

Resuelto


Find the Sum of r and t.
Find the sum r^2 + t^2

alrededor de 11 años hace

Resuelto


sum of the first 10 odd numbers
y = sum(first_10_odd_numbers)

alrededor de 11 años hace

Resuelto


Alkane
Given a number, x, that is equal to the number of carbons in an alkane, find, y, the number of hydrogens in the alkane.

alrededor de 11 años hace

Resuelto


Palindrome
Given a string or array, determine whether the it is a palindrome.

alrededor de 11 años hace

Resuelto


Array of Ones
Create a 100 X 100 array of ones.

alrededor de 11 años hace

Resuelto


Combination logic
Create an algorithm in MATLAB that calculate the combination for the given positive integers n and k as inputs. When k > n, the ...

alrededor de 11 años hace

Resuelto


Create a 5x4 array consisting of the input value, x.
Create a 5x4 array consisting of the input value, x.

alrededor de 11 años hace

Resuelto


Where is she?
Given the numbers 12, 3 , 6 ,9 Tell where the girl is located. I.E: Look to your 3 oclock = look right Ex. x = 3 fp...

alrededor de 11 años hace

Resuelto


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

alrededor de 11 años hace

Resuelto


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

alrededor de 11 años hace

Resuelto


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

alrededor de 11 años hace

Resuelto


y equals x divided by 2
function y = x/2

alrededor de 11 años hace

Resuelto


square number
Square a number

alrededor de 11 años hace

Resuelto


How long does it take to run a bath?
Given the *volume flow rate* (volume/time) of a faucet and the *volume* of a bath tub, find the amount of time it takes to fill ...

alrededor de 11 años hace

Resuelto


Create a random integer vector to 100
Create a random integer vector to 100, with one output exa. randi(r, z) Ans. 54

alrededor de 11 años hace

Cargar más