photo

Ariel Chou


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
152,534
of 300,863

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Error using plot Vectors must be the same length.
The question is: Plot 2 curves in the same graph: y1=5*sin^2(u) and y2=5*cos^2(u), where u is in degrees from 0 to 180, with ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to stop the loop when percentage error is reached?
It is known that the values of the following three sums, accurate to 12 decimal places, are: <</matlabcentral/answers/upload...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to write the code for the second requirement?
Write a function _vec_ that will receive a vector of real numbers. If the sum of the components of the input vector is less ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to display the vector in this question?
Write a function _func_ that will receive one input argument x. If x is a scalar, the function will return its square root, ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Correction on summation of Maclaurin Series of cos(x)
So the question asks us to: 1. generate a real number x in the range from 0 to 2π 2. prompt the user to enter a non-negati...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to write the summation of the maclaurin series of cos(x)?
How to write the summation of Maclaurin series of cos(x)? I tried: >> syms k x >> SUM = symsum((-1).^(k+1) * x.^2*(k...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to assign new name for a matrix that has one row removed
Hi I know how to delete a row from a matrix, but I don't know how to assign a new name for it. For example: >> A = [1;2;3...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to generate a random REAL NUMBER VECTOR with a range?
How to generate a random REAL NUMBER VECTOR with a range? I can only generate a random INTEGER vector with a range, which is ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to prompt the user to enter a non-negative integer m?
how to prompt the user to enter a non-negative integer m >> m = input ('Enter a non-negative integer: '); >> m2 = abs(m...

8 years 前 | 1 个回答 | 0

1

个回答