已解决


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

8 years 前

已解决


Rounding
Round 10.67 and make 'y' equal to that number.

8 years 前

已解决


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

8 years 前

已解决


Interpolate scattered data.
Most data was scattered, and there is no gird. There are three data [c] in three different area [x,y]. x=[1 3 4]; y=[1 ...

8 years 前

已解决


Calculate numerical integration.
x=0:0.01:1 y=x.^2 Calculate area from x=0 to x=1, and y=0 to y=x^2 using numerical integration. (hint: trapz)

8 years 前

已解决


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area.

8 years 前

已解决


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

8 years 前

已解决


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

8 years 前

已解决


Remainder
Make 'y' equal to the remainder of 27 divided by 5. When x=27 and t=5

8 years 前

已解决


Complex number
For complex number c=a+bi, write code that will add a and b together.

8 years 前

已解决


Add two numbers
Add two numbers (For beginners)

8 years 前

已解决


prime test
find largest 2 digit prime number

8 years 前

已解决


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

8 years 前

已解决


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

8 years 前

已解决


how to find eigen values of given matrix?
how to find eigen values of given matrix?

8 years 前

已解决


Find remainder when x is divided by 3
Find remainder when x is divided by 3

8 years 前

已解决


Times 3 problem
When you enter the number, it should return the number multiplied by 3

8 years 前

已解决


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

8 years 前

已解决


Convert Miles To Kilometers
Given input in miles, output into kilometers

8 years 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

8 years 前

已解决


Conversion from hours to mili sec
Convert given input in hours to mili seconds

8 years 前

已解决


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

8 years 前

已解决


Element-wise division
* Assign row array weightKilo with the corresponding weight in kilograms. Use the following conversion: kg = lb / 2.2

8 years 前

已解决


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

8 years 前

已解决


Triplicate me
Given an input vector, output a 3n vector with all elements of input vector repeated thrice Example : in->[1 2 3 5] out...

8 years 前

已解决


ADD TWO NUMBERS
To add two numbers a and b, then store in y

8 years 前

已解决


Concatenate two strings
Its very easy. Just concatenate two strings.

8 years 前

已解决


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

8 years 前

已解决


Narcissistic problem
How many likes has this problem?

8 years 前

加载更多