photo

Ben Vien


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

Research Officer at Monash University

统计学

Cody

0 个问题
974 个答案

排名
N/A
of 300,980

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
126
of 172,167

贡献数
0 个问题
974 个答案

评分
10,716

徽章数量
17

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Speed Demon
  • Indexing II Master
  • Scholar
  • Draw Letters
  • Promoter
  • Project Euler I
  • Community Group Solver
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years 前

已解决


Subtract two numbers

5 years 前

已解决


Create and Transpose Matrix

5 years 前

已解决


Isothermal Expansion
Given the initial pressure and volume of an ideal gas, calculate the new volume, given the new pressure. Hint: <https://en.wi...

5 years 前

已解决


Calculate the CIRCUMFERENCE of circle.
Given the radius is 2, the circumference will be 12.5663.

5 years 前

已解决


Archimedes principle
According to Archimedes principle, the buoyancy force is equal to the weight of fluid displaced by the submerged portion of an o...

5 years 前

已解决


Find Logic 13

5 years 前

已解决


Add 2 Vectors

5 years 前

已解决


Find Sum of array

5 years 前

已解决


Find Logic 15

5 years 前

已解决


Find Logic 16

5 years 前

已解决


Find Logic 17

5 years 前

已解决


Find Logic 18

5 years 前

已解决


Find Logic 19

5 years 前

已解决


Simple sum 1

5 years 前

已解决


Armstrong Number
Determine whether the given input n-digit number is Armstrong Number or not. Return True if it is an Armstrong Number. An n-D...

5 years 前

已解决


Basic commands - amount of inputs
Make a function, which will return amount of given inputs Example: amountinput(1,2,4,3,10) -> 5 , because we gave functio...

5 years 前

已解决


Count me in
Count the number of occurrences of the second input in the first input Ex. x1 = 12344455511; x2 =2; output = 1 ...

5 years 前

已解决


Add Me To Death (Sum sum sum)
Given certain vector, sum of the input vector, get the sum of 2 adjacent numbers in the input, and sum of the output vector (wh...

5 years 前

已解决


Set zero

5 years 前

已解决


Area of a triangle given its sides

5 years 前

已解决


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

5 years 前

已解决


Effective Nuclear Charge

5 years 前

已解决


Approximate the cosine function
Without using MATLAB trigonometric functions, calculate the cosine of an argument |x| to a precision of |0.0001| *Hint:* You ...

5 years 前

已解决


Return a list sorted by number of consecutive occurrences
Inspired by Problem 38 by Cody Team. Given a vector x, return a vector y of the values in x sorted by the number of CONSECUTIVE...

5 years 前

已解决


Symmetric matrix
You must create a n-by-n *symmetric* matrix such that A(row,col) = row/col for col >= row. Example if n =3 : output is : ...

5 years 前

已解决


Fill a zeros matrix
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for this value. 3 Inputs: ...

5 years 前

已解决


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

5 years 前

已解决


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

5 years 前

加载更多