Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


Distance Travelled by Vehicle

mehr als 2 Jahre vor

Gelöst


Multiply pi
Multiply pi with x!

mehr als 2 Jahre vor

Gelöst


Spherical Volume
Calculate the volume of a sphere.

mehr als 2 Jahre vor

Gelöst


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

mehr als 2 Jahre vor

Gelöst


Hemisphere Volume on Top of a Cylinder
This MATLAB function has to calculate the volume of a hemisphere placed on top of a cylinder, given valid inputs. It takes the r...

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

mehr als 2 Jahre vor

Gelöst


raise 1/3
Raise a number to 1/3 power.

mehr als 2 Jahre vor

Gelöst


Speed of car travelling x meters in y seconds
What is the speed of a car if the car travelled x meters in y seconds? Supply the answer in m/s.

mehr als 2 Jahre vor

Gelöst


Converts numbers into characters
Converts numbers into characters

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


A times B
A times B

mehr als 2 Jahre vor

Gelöst


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

mehr als 2 Jahre vor

Gelöst


Laws of motion 2

mehr als 2 Jahre vor

Gelöst


Matrix symmetry
Given a matrix A = [1 2 3; 4 5 6] Flip it horizontally and vertically to obtain a complete reversal of both rows and columns. ...

mehr als 2 Jahre vor

Gelöst


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

mehr als 2 Jahre vor

Mehr laden