photo

zero


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
109,613
of 299,750

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,792

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


how to delete this error??
>> n=0:9; >> x=[1 1 1 1 1 1 1 1 1 1]; >> y=flip(x); >> xe=0.5*(x+y); >> subplot(n,xe)

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to delete this error?
function y = dd(x) % x is a vector % We create an output vector of only 0 (our default value) y = zeros(1, length...

7 years 前 | 3 个回答 | 0

3

个回答

提问


Error says "Subscript indices must either be real positive integers or logicals"
x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 9, 8, 7, 6, 5, 4, 3, 2, 1]; n = -9:9; x1 = 5*x(n-2) - 3*x(n+4) How to remove this err...

7 years 前 | 1 个回答 | 0

1

个回答