문제를 풀었습니다


Average of even-numbered columns
Given a vector, find the average of even-numbered columns. e.g x = [ 4 6 8 9 1 2 7 ] y = ( 6 + 9 + 2 ) / 3

대략 1개월 전

문제를 풀었습니다


Step up
For given input array, output a array with all elements step up by two

대략 1개월 전

문제를 풀었습니다


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

대략 1개월 전

문제를 풀었습니다


Find the "ordinary" or Euclidean distance between A and Z
A, B and Z define three points in the 3D _Euclidean_ space of the form: A = [x1;y1;0]; B = [x2;y2;0]; Z = [x2;y2;z]; Find th...

대략 1개월 전

문제를 풀었습니다


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

대략 1개월 전

문제를 풀었습니다


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

대략 1개월 전

문제를 풀었습니다


Calculate the values of a polynomial.
Calculate the values of a polynomial.Input parameter p - vector of polynomial coefficients, x - matrix of the argument values. ...

대략 1개월 전

문제를 풀었습니다


Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...

대략 1개월 전

문제를 풀었습니다


print 'Hello W0rld'

대략 1개월 전

문제를 풀었습니다


number play

대략 1개월 전

문제를 풀었습니다


size

대략 1개월 전

문제를 풀었습니다


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

대략 1개월 전

문제를 풀었습니다


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

대략 1개월 전

문제를 풀었습니다


Solve expression II
Solve given expression. alpha=0.1(-x-y-50)/(exp((-x-y-50)/10)-1) beta=5exp((-x+y-60)/20) result=alpha+beta;

대략 1개월 전

문제를 풀었습니다


Special Relativity 101.
Special relativity states that the effective mass of an object varies as a function of its velocity. If *c* is the speed of ligh...

대략 1개월 전

문제를 풀었습니다


Create tangent function out of sine function only
Please don't use cosine and tangent functions

대략 1개월 전

문제를 풀었습니다


reverse the order and combine a matrix

대략 1개월 전

문제를 풀었습니다


imaginary

대략 1개월 전

문제를 풀었습니다


Find NaNs in the matrix
Return 1s wherever there is a NaN in the input matrix

대략 1개월 전

문제를 풀었습니다


Volume of Cylindrical Shell

대략 1개월 전

문제를 풀었습니다


Output a vector which is table of 9
Output a vector which is table of 9

대략 1개월 전

문제를 풀었습니다


non-repitition of numbers in a vector

대략 1개월 전

문제를 풀었습니다


Saving MATLAB session to a file
How to save MATLAB session to a file?

대략 1개월 전

문제를 풀었습니다


Test
Answer the question and the correct answer write in vector. Only one answer is correct. 1a Yes 1b No 1c No 1d No ...

대략 1개월 전

문제를 풀었습니다


Return the Square of a Number
Write a function that takes a single numeric input x and returns its square. That is, given x, your function should output x^2....

대략 1개월 전

문제를 풀었습니다


Compute Airspeed from Mach Number
Write a MATLAB function that converts a Mach number to airspeed given the speed of sound aa in m/s: V=M⋅a V = airspeed (m/s) M...

대략 1개월 전

문제를 풀었습니다


GJam 2017 Kickstart: Parentheses (Large)
This Challenge is derived from <http://code.google.com/codejam/contest/6304486/dashboard#s=p2 GJam 2017 Kickstart Parentheses>. ...

대략 1개월 전

문제를 풀었습니다


GJam 2017 Kickstart: Parentheses (Small)
This Challenge is derived from <http://code.google.com/codejam/contest/6304486/dashboard#s=p2 GJam 2017 Kickstart Parentheses>. ...

대략 1개월 전

문제를 풀었습니다


MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...

대략 1개월 전

문제를 풀었습니다


Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...

대략 1개월 전

더 보기