已解决


find the value

3 years 前

已解决


Small Riddle
Mr. Smith has two children. If the older child is a boy, what are the odds that the other child is also a boy?

3 years 前

已解决


Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.

3 years 前

已解决


Sum of logarithms
Given a vector, v, of real positive numbers, compute the sum, s, of the base-10 logarithms of the elements of v, without the use...

3 years 前

已解决


Sunday bonus
Submit a solution on any Sunday and you will get 10 points. Only for MATLAB fans!

3 years 前

已解决


Number of problems
No, you don't read it wrong: this assignment is to return the number of this problem (and not the problem of this number).

3 years 前

已解决


Bruh
Return 'bruh'.

3 years 前

已解决


Mann-Kendall Correlation
Write a function that returns the <http://en.wikipedia.org/wiki/Kendall_tau_rank_correlation_coefficient Mann-Kendall> correlati...

3 years 前

已解决


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x&#8321;_ + _x&#8322;_ = 2 _x&#8321;...

3 years 前

已解决


divide by 5

4 years 前

已解决


Mile to Kilometer
x is mile and y is km

4 years 前

已解决


Magnitude of a vector
Given a vector x, what is its magnitude?

4 years 前

已解决


Find square of given number
Find Square of any number

4 years 前

已解决


Volume of Cylinder
Find the volume of a cylinder

4 years 前

已解决


square of a number
find square of a given number

4 years 前

已解决


Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6

4 years 前

已解决


easy problem
Find the last element of the array

4 years 前

已解决


Calculate the area of a circle
Given a circle of diameter x calculate its area

4 years 前

已解决


Replace all odd numbers with NaN
Replace all odd numbers in the vector or matrix with NaN. For example, if x = [1 3 4 5 8 11]; then return y = [NaN Na...

4 years 前

已解决


subtraction of two nos
given a and b, subtract and give the answer

4 years 前

已解决


lb to kilogram
convert lb to kilogram units, easy

4 years 前

已解决


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

4 years 前

已解决


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

4 years 前

已解决


Divide pi
Divide pi by x!

4 years 前

已解决


square root
Find square root of given number

4 years 前

已解决


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

4 years 前

已解决


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

4 years 前

已解决


Multiply pi
Multiply pi with x!

4 years 前

已解决


Square root of number
Square root of given number.

4 years 前

已解决


row removal
Consider a matrix and remove the first row of the matrix.

4 years 前

加载更多