Resuelto


the average value of the elements
Calculate the average value of the elements in the array

casi 6 años hace

Resuelto


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

casi 6 años hace

Resuelto


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

casi 6 años hace

Resuelto


Back to basics 9 - Indexed References
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix and row and column, output the index of th...

casi 6 años hace

Resuelto


Area of rhombus
Calculate the rhombus area

casi 6 años hace

Resuelto


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

casi 6 años hace

Resuelto


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

casi 6 años hace

Resuelto


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

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

casi 6 años hace

Resuelto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

casi 6 años hace

Resuelto


Area of square
Find the area of a square whose diagonal length is given as x.

casi 6 años hace

Resuelto


Add two numbers
Add two numbers (For beginners)

casi 6 años hace

Resuelto


BASICS - sum part of vector
Please make a function, where as input you get vector "x" and and vector "c", where in "c" vector you get indexes to sum. Examp...

casi 6 años hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

casi 6 años hace

Resuelto


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

casi 6 años hace

Resuelto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

casi 6 años hace

Resuelto


Max of a Vector
Write a function to return the max of a vector

casi 6 años hace

Resuelto


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

casi 6 años hace

Resuelto


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

casi 6 años hace

Resuelto


to the 2 all elements
to the 2 all elements

casi 6 años hace

Resuelto


Calculate the square root of a number
Input a Output b = srt(a)

casi 6 años hace

Resuelto


Find the max element of the array
Find the max element of the array

casi 6 años hace

Resuelto


easy problem
Find the last element of the array

casi 6 años hace

Resuelto


Check if integer is a prime number
Check if integer i is a prime number. Returns logical true '1' if it is.

casi 6 años hace

Resuelto


Calculate the area of a circle
Given a circle of diameter x calculate its area

casi 6 años hace

Resuelto


Convert Fahrenheit to Kelvin
Convert the value f in Fahrenheit to Kelvin

casi 6 años hace

Resuelto


Calculate days until Christmas
Provided with inputs year, month, day e.g. 2019,11,12, calculate the number of days until the next Christmas day, i.e. the next ...

casi 6 años hace

Resuelto


Calculate the centroid of a triangle
Info: https://en.wikipedia.org/wiki/Centroid Example Input: x = [0 0 1]; % x-coordinate y = [0 1 0]; % y-coordinat...

casi 6 años hace

Resuelto


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

casi 6 años hace

Resuelto


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

casi 6 años hace

Cargar más