Resuelto


Declaring a character
* Assign middleInitial with the character T.

más de 10 años hace

Resuelto


Calculate square and cube of number
Calculate square and cube of number x

más de 10 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

más de 10 años hace

Resuelto


increase the number by 7
You need to increase any given digit by 7

más de 10 años hace

Resuelto


Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,

más de 10 años hace

Resuelto


Add 8 to given num
add 8 to given number

más de 10 años hace

Resuelto


Test if a number is numeric or not
Test if a number is numeric or not

más de 10 años hace

Resuelto


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

más de 10 años hace

Resuelto


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

más de 10 años hace

Resuelto


write an expression
output is five more than twice an input number.

más de 10 años hace

Problema


write an expression
output is five more than twice an input number.

más de 10 años hace | 0 | 9 solvers

Problema


write an expression
output is five more than twice an input number.

más de 10 años hace | 0 | 12 solvers

Problema


write an expression
output is five more than twice an input number.

más de 10 años hace | 0 | 9 solvers

Problema


write an expression
output is five more than twice an input number.

más de 10 años hace | 0 | 10 solvers

Problema


write an expression
output is five more than twice an input number.

más de 10 años hace | 0 | 13 solvers

Problema


write an expression
output is five more than twice an input number.

más de 10 años hace | 0 | 13 solvers

Resuelto


Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


reverse string
input='rama' output='amar'

más de 10 años hace

Resuelto


2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...

más de 10 años hace

Resuelto


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

más de 10 años hace

Resuelto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


Determine the length of a string of characters
Determine the length of a string of characters

más de 10 años hace

Resuelto


prime test
find largest 2 digit prime number

más de 10 años hace

Resuelto


Times 32
X is given as your variable. Y is your output multiplied by 32 Example x=1 y=1x32=32

más de 10 años hace

Resuelto


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?

más de 10 años hace

Resuelto


Bruh
Return 'bruh'.

más de 10 años hace

Resuelto


~(*|/)
Return three quarters of n without using addition, subtraction, multiplication or division.

más de 10 años hace

Resuelto


Was ist denn los?
Nur für deutschsprechende Leute! Wie geht's? ...also gut, bis bald!

más de 10 años hace

Cargar más