Statistiques
0 Problèmes
91 Solutions
RANG
N/A
of 302 067
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 528
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
plus de 4 ans il y a
A résolu
Square a Number
Given an input x, return y, which is equal to the square of x.
plus de 4 ans il y a
A résolu
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
plus de 4 ans il y a
A résolu
only input
Return the output without writing any code into the function.
plus de 4 ans il y a
A résolu
Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];
plus de 4 ans il y a
A résolu
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
plus de 4 ans il y a
A résolu
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
plus de 4 ans il y a
A résolu
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
plus de 4 ans il y a
A résolu
surface of a spherical planet
you just discovered its circumference, that is the input.
plus de 4 ans il y a
A résolu
Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example
plus de 4 ans il y a
A résolu
Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...
plus de 4 ans il y a
A résolu
Counting down
Create a vector that counts from 450 to 200 in increments of 10.
plus de 4 ans il y a
A résolu
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
plus de 4 ans il y a
A résolu
Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.
plus de 4 ans il y a
A résolu
Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...
plus de 4 ans il y a
A résolu
Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.
plus de 4 ans il y a
A résolu
Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...
plus de 4 ans il y a
A résolu
Change matrix to vector
Vector is a matrix whose size is 1 x n or n x 1. Change matrix to vector. x = 4 3 5 1 ...
plus de 4 ans il y a
A résolu
Create tangent function out of sin and cos
Please don't use tan(x) directly
plus de 4 ans il y a
A résolu
Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle
plus de 4 ans il y a
A résolu
Create tangent function out of sine function only
Please don't use cosine and tangent functions
plus de 4 ans il y a
A résolu
Display negative numbers
Given array,x, display all the negative numbers and display output as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].
plus de 4 ans il y a
A résolu
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 ...
plus de 4 ans il y a
A résolu
Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];
plus de 4 ans il y a
A résolu
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
plus de 4 ans il y a
A résolu
How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?
plus de 4 ans il y a
A résolu
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
plus de 4 ans il y a
A résolu
Create tangent function out of cosine only
Please don't use tangent and sine functions
plus de 4 ans il y a

