photo

Michael


Last seen: 3 months 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
82 个答案

排名
N/A
of 300,392

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
5,435
of 168,335

贡献数
0 个问题
82 个答案

评分
1,008

徽章数量
5

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


A times B
A times B

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


Bruh
Return 'bruh'.

3 months 前

已解决


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

3 months 前

已解决


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]

3 months 前

已解决


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 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


easy problem
Find the last element of the array

3 months 前

已解决


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 months 前

已解决


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

3 months 前

已解决


Multiply pi
Multiply pi with x!

3 months 前

已解决


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

3 months 前

已解决


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.

3 months 前

已解决


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

3 months 前

已解决


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

3 months 前

已解决


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 months 前

已解决


Number Power
Raise a number to itself.

3 months 前

已解决


Total energy

3 months 前

已解决


Potential energy calculation

3 months 前

加载更多