Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


to the 2 all elements
to the 2 all elements

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


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

alrededor de 5 años hace

Resuelto


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

alrededor de 5 años hace

Resuelto


Square root of a number
Write a code that will output the square root of x.

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

Resuelto


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

alrededor de 5 años hace

Resuelto


Draw a '0' in a one matrix!

alrededor de 5 años hace

Resuelto


Energy Conversion 2

alrededor de 5 años hace

Resuelto


Energy Conversion 1

alrededor de 5 años hace

Resuelto


Velocity Conversion

alrededor de 5 años hace

Resuelto


Area Conversion 2

alrededor de 5 años hace

Resuelto


Area Conversion 1

alrededor de 5 años hace

Resuelto


Mass Conversion 2

alrededor de 5 años hace

Resuelto


Mass Conversion 1

alrededor de 5 años hace

Resuelto


Temperature Conversion 3

alrededor de 5 años hace

Resuelto


Temperature Conversion 2

alrededor de 5 años hace

Resuelto


Temperature Conversion 1

alrededor de 5 años hace

Problema


SatCom #7: Thermal Noise in a Receiver

más de 5 años hace | 6 | 88 solvers

Resuelto


Tune your guitar
Given an input string with the scientific pitch notation for standard tuning ( <http://en.wikipedia.org/wiki/Guitar_tunings#Stan...

casi 6 años hace

Resuelto


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

casi 6 años hace

Resuelto


Filter AC, pass DC
Input x is the sampled signal vector, may have both AC and DC components. Output vector y should not contain any AC component. ...

casi 6 años hace

Resuelto


construct matrix with identical rows
Input a row vector such as x=1:10. Now we need to construct a matrix with L rows,of which every row vector is a copy of x. E...

casi 6 años hace

Resuelto


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

casi 6 años hace

Resuelto


Sudoku square
We have a small Sudoku square, but one number is missing. x = [ 1 5 4 8 6 3 0 9 7 ] Make a function, wher...

casi 6 años hace

Resuelto


Make a vector of prime numbers
Input(n) - length of vector with prime numbers Output(v) - vector of prime numbers Example: * n=1; v=2 * n=3; v=[2 3 5...

casi 6 años hace

Resuelto


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

casi 6 años hace

Resuelto


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

casi 6 años hace

Cargar más