문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


Draw a '0' in a one matrix!

대략 5년 전

문제를 풀었습니다


Energy Conversion 2

대략 5년 전

문제를 풀었습니다


Energy Conversion 1

대략 5년 전

문제를 풀었습니다


Velocity Conversion

대략 5년 전

문제를 풀었습니다


Area Conversion 2

대략 5년 전

문제를 풀었습니다


Area Conversion 1

대략 5년 전

문제를 풀었습니다


Mass Conversion 2

대략 5년 전

문제를 풀었습니다


Mass Conversion 1

대략 5년 전

문제를 풀었습니다


Temperature Conversion 3

대략 5년 전

문제를 풀었습니다


Temperature Conversion 2

대략 5년 전

문제를 풀었습니다


Temperature Conversion 1

대략 5년 전

문제


SatCom #7: Thermal Noise in a Receiver

5년 초과 전 | 6 | 솔버 수: 88

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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]

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

더 보기