photo

Md. Abir Hossain Ovi


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

Followers: 4   Following: 4

统计学

Cody

0 个问题
111 个答案

排名
N/A
of 301,990

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,481

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
2,450
of 177,922

贡献数
0 个问题
111 个答案

评分
1,329

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

17 days 前

已解决


Temperature Conversion 2

17 days 前

已解决


Temperature Conversion 1

17 days 前

已解决


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

17 days 前

已解决


Find Logic 8

17 days 前

已解决


Find Logic 6

17 days 前

已解决


Find Logic 4

17 days 前

已解决


Find Logic 3

17 days 前

已解决


Find Logic 1

17 days 前

已解决


Switch-Case-Otherwise
You should make random numbers to 10, by 3 rows and 3 columns. Cases from 1 to 3, b = true. Otherwise, b = false.

17 days 前

已解决


Total energy

17 days 前

已解决


Kinetic energy calculation

17 days 前

已解决


Laws of motion 1

17 days 前

已解决


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

17 days 前

已解决


Laws of motion 2

17 days 前

已解决


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

17 days 前

已解决


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

17 days 前

已解决


Check if number exists in vector
Return 1 if number a exists in vector b otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,2,3]; Returns 1.

17 days 前

已解决


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

17 days 前

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

17 days 前

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

17 days 前

已解决


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]

17 days 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

17 days 前

已解决


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

17 days 前

已解决


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

17 days 前

已解决


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

17 days 前

已解决


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

17 days 前

加载更多