Katalin - MATLAB Central
photo

Katalin


Last seen: 5 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
CodyMATLAB AnswersFrom 10/17 to 04/25Use left and right arrows to move selectionFrom 10/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
3 个回答

Cody

0 个问题
6 个答案

排名
4,437
of 298,116

声誉
12

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,535

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
34,428
of 160,402

贡献数
0 个问题
6 个答案

评分
120

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

5 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

5 years 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

5 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

5 years 前

已解决


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

5 years 前

已解决


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

5 years 前

已回答
Index exceeds the number of array elements (5).
It is because: ex = poly([-1 1 -2 2]) This is a vector of 5 elements and you are trying to access element 6-10 in your loop. ...

5 years 前 | 2

已回答
Optimization: I cant figure out why my while loop doesn't stop?
In this part you set yes == 0 in every loop before inc reaches 10000. So even if your other condition sets it to yes == 1, it ...

5 years 前 | 2

| 已接受

已回答
how to draw signal using different colour
Hi, A simple solution would be to plot the data always partially. plot(Data(1:N1,1),Data(1:N1,2),Data(N1+1:N2,1),D...

7 years 前 | 0