photo

Michael


Last seen: 7 months ago Active since 2025

Followers: 0   Following: 0

Statistics

Cody

0 Problems
82 Solutions

RANK
N/A
of 301,287

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,220

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
5,795
of 173,814

CONTRIBUTIONS
0 Problems
82 Solutions

SCORE
1,008

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

7 months ago

Solved


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

7 months ago

Solved


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

7 months ago

Solved


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

7 months ago

Solved


y equals x divided by 2
function y = x/2

7 months ago

Solved


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

7 months ago

Solved


A times B
A times B

7 months ago

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

7 months ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

7 months ago

Solved


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

7 months ago

Solved


Bruh
Return 'bruh'.

7 months ago

Solved


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

7 months ago

Solved


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

7 months ago

Solved


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

7 months ago

Solved


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

7 months ago

Solved


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

7 months ago

Solved


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

7 months ago

Solved


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

7 months ago

Solved


easy problem
Find the last element of the array

7 months ago

Solved


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

7 months ago

Solved


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

7 months ago

Solved


Multiply pi
Multiply pi with x!

7 months ago

Solved


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

7 months ago

Solved


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.

7 months ago

Solved


square root
Find the square root (y) of an input (x).

7 months ago

Solved


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

7 months ago

Solved


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

7 months ago

Solved


Number Power
Raise a number to itself.

7 months ago

Solved


Total energy

7 months ago

Solved


Potential energy calculation

7 months ago

Load more