photo

Lucy


Last seen: 5 days 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
115 个答案

排名
N/A
of 302,066

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,527

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
2,389
of 178,617

贡献数
0 个问题
115 个答案

评分
1,348

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Basic Algebra III
Get the Cube Root of the number n.

1 month 前

已解决


Mass Conversion 1

1 month 前

已解决


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

1 month 前

已解决


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

1 month 前

已解决


If-Else
If a more than zero, b = true, else, b = false.

1 month 前

已解决


If
If a more than zero, then b = true.

1 month 前

已解决


Energy Conversion 2

1 month 前

已解决


Energy Conversion 1

1 month 前

已解决


MATLAB 101: Scalar-Vector Multiplication
Write a MATLAB function that takes a numeric array (vector or matrix) v and a scalar multiplier s. The function should return a ...

1 month 前

已解决


MATLAB 101: Area of a circle
Write a MATLAB function named circle_area that accepts the radius r as an input and returns the area of the circle.

1 month 前

已解决


MATLAB 101: Basic Calculator
Write a MATLAB function named basic_calculator that accepts two input numbers, A and B, and returns four distinct outputs: The ...

1 month 前

已解决


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

1 month 前

已解决


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

1 month 前

已解决


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

1 month 前

已解决


Basic Physics VII
Calculate the speed.

1 month 前

已解决


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

1 month 前

已解决


Basic Physics V
Calculate the Weight (w).

1 month 前

已解决


Basic Physics IV
Calculate the Work.

1 month 前

已解决


Basic Physics III
Calculate the Potential Energy (PE).

1 month 前

已解决


Basic Physics II
Get the Kinetic Energy (KE).

1 month 前

已解决


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

1 month 前

已解决


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

1 month 前

已解决


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

1 month 前

已解决


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

1 month 前

已解决


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

1 month 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

1 month 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

1 month 前

已解决


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

1 month 前

已解决


Temperature Conversion 1

1 month 前

已解决


Circle Perimeter
Get the perimeter of the Circle by PI.

1 month 前

加载更多