photo

Lauren


Last seen: 1 year 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
82 个答案

排名
N/A
of 301,995

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,486

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
5,874
of 177,989

贡献数
0 个问题
82 个答案

评分
1,009

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


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]

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

1 year 前

已解决


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

1 year 前

已解决


Multiply pi
Multiply pi with x!

1 year 前

已解决


square of a number
find square of a given number

1 year 前

已解决


square root
Find square root of given number

1 year 前

已解决


cube of number
find cube of number

1 year 前

已解决


Find The area of the square
Given that the length of the side of a square is x, find the area.

1 year 前

已解决


surface of a spherical planet
you just discovered its circumference, that is the input.

1 year 前

已解决


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

1 year 前

已解决


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

1 year 前

已解决


Surface area of a cone

1 year 前

已解决


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

1 year 前

已解决


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

1 year 前

已解决


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

1 year 前

已解决


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

1 year 前

已解决


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

1 year 前

已解决


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

1 year 前

已解决


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

1 year 前

已解决


divide by 5

1 year 前

已解决


Given length x find the area y of the square
Given length x find the area y of the square

1 year 前

已解决


Remainder
Given two number a and b find the remainder when you divide a by b

1 year 前

已解决


Prime Number
Determine if a number is prime

1 year 前

已解决


Mode
Find the mode of a vector x

1 year 前

已解决


Find the mean
Find the mean of a given sdet of numbers in a vector x

1 year 前

已解决


Division
Given two numbers a and b divide them a/b

1 year 前

已解决


Multiplication
Given 2 numbers a and b mulitply them

1 year 前

已解决


Subtraction
Given two numbers a and b subtract them

1 year 前

加载更多