photo

Olivier Walos


Last seen: 1 day 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
523 个答案

排名
N/A
of 302,082

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,533

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
266
of 178,698

贡献数
0 个问题
523 个答案

评分
6,014

徽章数量
16

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Scholar
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已解决


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

1 day 前

已解决


Without the French accent please!
Suppress the French accent. Example 'Déjà présent' -> 'Deja present'

1 day 前

已解决


Additive persistence
Inspired by Problem 2008 created by Ziko. In mathematics, the persistence of a number is the *number of times* one must apply...

1 day 前

已解决


How many monitors are connected ?
How to obtain the numbers of monitors connected to your computer ?

1 day 前

已解决


Mile to Kilometer
x is mile and y is km

2 days 前

已解决


Calculating the total earnings of a factory
The row vector, prods contains the number of various products manufactured per hour. The second row vector, prices holds values ...

2 days 前

已解决


Determine whether the input is divisible by 3 as well as 5
If the input is divisible by 3 as well as 5 then the output should be 'true' otherwise 'false'

2 days 前

已解决


Find the last digit
FInd the last digit of a given number. Given number is the input and output should be the last digit of that number.

2 days 前

已解决


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

2 days 前

已解决


Find the sum of the largest two elements in a vector
With this one, you have to find the two largest elements in a vector and output the sum of those numbers.

2 days 前

已解决


More Simple String Concatenation
Take the first string input, reverse the order of the string from the end to beginning (i.e. apple becomes elppa), add a space a...

2 days 前

已解决


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

2 days 前

已解决


The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...

2 days 前

已解决


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.

2 days 前

已解决


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

2 days 前

已解决


Watermelon [MATLAB Cody Edition]
YOU CAN READ THE REAL CHALLENGE FROM THIS URL AND APPLY IT https://codeforces.com/problemset/problem/4/A NOW INSTEAD OF DISP...

2 days 前

已解决


Trapezium
Calculate the area of the Trapezium using it's bases and height.

2 days 前

已解决


Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!

2 days 前

已解决


Column Vector
The third problem in Linear Algebra group. Create a column vector like this:

2 days 前

已解决


Row Vector
The second problem in Linear Algebra group. Create this vector in MATLAB: [7 8 26]

2 days 前

已解决


Remove the Zero
Given an array n, remove all zeros

3 days 前

已解决


Areas
Given certain dimensions determine the area of that shape. If given only one value assume its the radius. Use round(x) to round ...

3 days 前

已解决


Where is she?
Given the numbers 12, 3, 6, 9 Tell where the girl is located. That is: Look to your 3 o'clock = look right Example ...

3 days 前

已解决


Number Puzzle - 050

3 days 前

已解决


0, 2, 0, -2, 0, 2, 0, -2, ...
Generate the first n terms of a periodic sequence defined as f(x) = 0, 2, 0, -2, 0, 2, 0, -2, ..., for x = 1, 2, 3, 4, 5, 6...

3 days 前

已解决


Write a string
The answer should be a string that is the value: "I like apples!" (Ignore the quotation marks, just write what is inside the ...

3 days 前

已解决


Addition
Add together the values of a and b.

3 days 前

已解决


Element-wise vector product (★)
Given two vectors x and y, compute their element-wise product z. Thus, if x = [1 3 5] and y = [0.5 -1 2], then z = [1*0.5...

4 days 前

已解决


Function 1 (★)
Compute the value of <<https://i.imgur.com/AxKWLmE.gif>> for any given positive x.

4 days 前

已解决


Volume of Cylinder
Find the volume of a cylinder

4 days 前

加载更多