Statistiques
0 Problèmes
81 Solutions
RANG
N/A
of 301 898
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 449
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
Determine the length of a string of characters
Determine the length of a string of characters
environ 2 ans il y a
A résolu
Square a Number
Given an input x, return y, which is equal to the square of x.
environ 2 ans il y a
A résolu
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
environ 2 ans il y a
A résolu
Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...
environ 2 ans il y a
A résolu
Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.
environ 2 ans il y a
A résolu
Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.
environ 2 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.
environ 2 ans il y a
A résolu
Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.
environ 2 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.
environ 2 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.
environ 2 ans il y a
A résolu
Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.
environ 2 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...
environ 2 ans il y a
A résolu
Equal to their cube
Tell me three real numbers that are equal to their cubes?
environ 2 ans il y a
A résolu
Convert yards to feet
The goal of this script is to convert a value given in yards to feet.
environ 2 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];
environ 2 ans il y a
A résolu
Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...
environ 2 ans il y a
A résolu
the average value of the elements
Calculate the average value of the elements in the array
environ 2 ans il y a
A résolu
Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...
environ 2 ans il y a
A résolu
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...
environ 2 ans il y a


