解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


Area of rhombus
Calculate the rhombus area

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


Add two numbers
Add two numbers (For beginners)

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


to the 2 all elements
to the 2 all elements

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


easy problem
Find the last element of the array

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

さらに読み込む