解決済み


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

3年弱 前

解決済み


Find x in provided equation!
x^2-2*x+1=0 This polynomial can be expressed by using each term's coefficients, such as [1 -2 1]. Using the polynomial ...

3年弱 前

解決済み


Number Power
Raise a number to itself.

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Determine the square root
Determine the square root of the value the user has entered, n.

3年弱 前

解決済み


A times B
A times B

3年弱 前

解決済み


Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

3年弱 前

解決済み


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

3年弱 前

解決済み


Find The area of the square
Given that the length of the side of a square is x, find the area.

3年弱 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

3年弱 前

解決済み


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

3年弱 前

解決済み


Easy Function(4)
Use the submit button to earn points function y = your_fcn_name(x) y = x^2 + 40; 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年弱 前

解決済み


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

3年弱 前

解決済み


Function(2)
Use this function to earn a few points. function y = your_fcn_name(x) y = x^2 - 8; 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年弱 前

解決済み


Function(1)
Use this function for some points (free) function y = your_fcn_name(x) y = x^2 + 2; 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年弱 前

解決済み


Function(4)
Hit submit for some points! function y = your_fcn_name(x) y = x^2 - 4; 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年弱 前

解決済み


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

3年弱 前

解決済み


Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; 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年弱 前

さらに読み込む