photo

Eric Mueller


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

Followers: 0   Following: 0

消息

commodity risk management

统计学

Cody

0 个问题
1007 个答案

排名
N/A
of 300,262

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,900

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
104
of 167,865

贡献数
0 个问题
1007 个答案

评分
11,333

徽章数量
25

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Central Treasure Hunt Finisher
  • Matrix Manipulation II Master
  • Draw Letters
  • Explorer
  • Divisible by x Master
  • Scholar
  • Indexing I Master
  • Sequences And Series I Master
  • Matrix Manipulation I Master
  • Speed Demon
  • Strings I Master
  • Cody Challenge Master

查看徽章

Feeds

排序方式:

已解决


Draw matrix 'Swiss flag'( Euro 2020)
Draw a x-by-x matrix 'Swiss flag' using '1' and 0.(x is odd and bigger than 4) Example x=5 ans = [1 1 1 1 ...

4 years 前

已解决


Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane? P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) how can...

4 years 前

已解决


What is the distance from point P(x,y) to the line Ax + By + C = 0?
Given a point, P(x,y), find the distance from this point to a linear line. INPUTS: x, y, A, B, C OUTPUTS: d, the distance ...

4 years 前

已解决


Calculate the hypotenuse of a right triangle without using ^ and sqrt ()
Find out the hypotenuse of right triangle. Say a = 4, b = 3 then c = 5 Please don't use ^ and sqrt() function.

5 years 前

已解决


Subtract integers and add doubles
Create a function that subtracts a from b if a and b are integers and adds them if they are floats.

5 years 前

已解决


Would you win a raffle?

5 years 前

已解决


Divisors

5 years 前

已解决


Find the sum

5 years 前

已解决


Create and Transpose Matrix

5 years 前

已解决


Add a, b, c to get d

5 years 前

已解决


Subtract two numbers

5 years 前

已解决


Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...

5 years 前

已解决


Angle of triangle
For three unknown points a b c, given three sides ab bc ca, find three angles abc bca cab in radians. Your function should b...

5 years 前

已解决


Find Logic 4

5 years 前

已解决


Add 2 Vectors

5 years 前

已解决


Summy's even sum

5 years 前

已解决


Summy's odd sum

5 years 前

已解决


Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number

5 years 前

已解决


Output a vector which is table of 9
Output a vector which is table of 9

5 years 前

已解决


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

5 years 前

已解决


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

5 years 前

已解决


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

5 years 前

已解决


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

5 years 前

已解决


Sum two matrices
Take two incoming matrices, and sum them

5 years 前

已解决


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

5 years 前

已解决


Matrix for beginners
Multiply x and y elemwise.

5 years 前

已解决


Values in Array
How many values are in the array

5 years 前

已解决


raise 1/3
Raise a number to 1/3 power.

5 years 前

加载更多