已解决


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

2 years 前

已解决


Sort in descending order.

2 years 前

已解决


Factorize uniquely! (★★)

2 years 前

已解决


Surface area of a cone

2 years 前

已解决


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

2 years 前

已解决


Divide pi
Divide pi by x!

2 years 前

已解决


divide by 5

2 years 前

已解决


Multiply pi
Multiply pi with x!

2 years 前

已解决


Perimeter of a Triangle

2 years 前

已解决


find the value

2 years 前

已解决


Find the Pattern 1

2 years 前

已解决


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

2 years 前

已解决


Box!
Given a box, find the volume of the cube. With each side = a.

2 years 前

已解决


only input
Return the output without writing any code into the function.

2 years 前

已解决


Convert a vector into numbers
Suppose a vector x = [ 1 2 4 7] is given. You have to convert this vector into string number y = '1247'. Examples x = [ 1...

2 years 前

已解决


Integer or Float?
Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise ret...

2 years 前

已解决


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

2 years 前

已解决


Power Numbers
Find the n-th power of m.

2 years 前

已解决


Multiply 2 numbers
Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, pro...

2 years 前

已解决


Square a Number
Given an input x, return y, which is equal to the square of x.

2 years 前

已解决


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

2 years 前

已解决


Question 1
Implement a function named q1 with one input argument named n. This function should return the multiplication of all odd numbers...

2 years 前

已解决


Find Logic 12

2 years 前

已解决


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

2 years 前

已解决


Generate pi using logarithm
Generate pi using logarithm

2 years 前

已解决


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

2 years 前

已解决


Find Logic 1

2 years 前

已解决


Find Logic 3

2 years 前

已解决


Find Logic 4

2 years 前

已解决


Find Logic 6

2 years 前

加载更多