解決済み


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

3年以上 前

解決済み


Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; end

3年以上 前

解決済み


Use this function for some points
Hit submit if you'd like to earn some points! function y = your_fcn_name(x) y = x^2 - 3; end

3年以上 前

解決済み


Function(3)
Use this function to earn some points on your cody journey! function y = your_fcn_name(x) y = x^2 - 12; end

3年以上 前

解決済み


Functions For Points
Use this fucntion to earn some free points! function y = your_fcn_name(x) y = x^2 + 5; end

3年以上 前

解決済み


Utilizing Functions
Use this function to work for some points: function y = fcn_of_your_choice(x) y = x^2 + 2; end

3年以上 前

解決済み


Create Function
Use the equation below to earn some points! function y = fcn_of_your_choice(x) y = x^2; end

3年以上 前

解決済み


CMPSC 200 help(2)
Use this problem to earn some easy points towards your 1,000! Just hit submit. function y = your_fcn_name(x) y = x^2 + 32; e...

3年以上 前

解決済み


Utilize this function
Press submit for some points function y = your_fcn_name(x) y = x^2 - 2; end

3年以上 前

解決済み


Function(1)
Use this function for some points (free) function y = your_fcn_name(x) y = x^2 + 2; end

3年以上 前

解決済み


Easy Function(2)
Hit the submit button for some cody points! function y = your_fcn_name(x) y = x^2 + 20; end

3年以上 前

解決済み


COMPSC 200 help
Use this problem to earn some free points towards your 1,000. Just hit submit! function y = your_fcn_name(x) y = x^2 + 50; e...

3年以上 前

解決済み


Easy Function(3)
Hit submit for some free points. function y = your_fcn_name(x) y = x^2 + 30; end

3年以上 前

解決済み


Function(4)
Hit submit for some points! function y = your_fcn_name(x) y = x^2 - 4; end

3年以上 前

解決済み


Function(2)
Use this function to earn a few points. function y = your_fcn_name(x) y = x^2 - 8; end

3年以上 前

解決済み


Easy Function(4)
Use the submit button to earn points function y = your_fcn_name(x) y = x^2 + 40; end

3年以上 前

解決済み


Easy Function
Use this function to earn some points (hit submit): function y = your_fcn_name(x) y = x^2 + 10; end

3年以上 前

解決済み


Double all elements in the array
Duplicate all elements in the array

3年以上 前

解決済み


to the 2 all elements
to the 2 all elements

3年以上 前

解決済み


easy problem
Find the last element of the array

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

3年以上 前

解決済み


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

3年以上 前

解決済み


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

3年以上 前

解決済み


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

3年以上 前

解決済み


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

3年以上 前

解決済み


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

3年以上 前

解決済み


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

3年以上 前

さらに読み込む