photo

Colleen Penn State University


Last seen: 16 days 前 自 2026 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
77 个答案

排名
N/A
of 301,695

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,386

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
7,273
of 176,117

贡献数
0 个问题
77 个答案

评分
1,002

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

16 days 前

已解决


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

16 days 前

已解决


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

16 days 前

已解决


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

16 days 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

16 days 前

已解决


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

16 days 前

已解决


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

16 days 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

16 days 前

已解决


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

16 days 前

已解决


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

16 days 前

已解决


Convert radians to degrees
Given input in radians, output to degrees

16 days 前

已解决


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

16 days 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

16 days 前

已解决


Kinetic energy calculation

16 days 前

已解决


Convert Celsius temperature to Fahrenheit
Given a temperature in Celsius, return the equivalent in Fahrenheit. Formula: F = C * 9/5 + 32Example: cel2fahr(100) returns 212...

16 days 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

16 days 前

已解决


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

16 days 前

已解决


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

16 days 前

已解决


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

16 days 前

已解决


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

16 days 前

已解决


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

16 days 前

已解决


Battery Discharge Time Estimation
In a Battery Management System (BMS), the estimated discharge time (T) of a battery can be calculated as: ​​ where: ​ is the ...

16 days 前

已解决


Energy Stored in a Capacitor
The energy (E) stored in a capacitor is given by the formula: where: C is the capacitance (in farads) V is the voltage (in ...

16 days 前

已解决


Laws of motion 3

16 days 前

已解决


Total energy

16 days 前

已解决


Potential energy calculation

16 days 前

已解决


Laws of motion 1

16 days 前

已解决


Laws of motion 2

16 days 前

已解决


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

16 days 前

已解决


Laws of motion 5
Calculate the force is u are given mass and acceleration.

16 days 前

加载更多