photo

Ehi Eromosele


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
0 个回答

排名
135,341
of 300,857

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
81.82%

收到投票数
0

排名
 of 21,097

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Why is there an error? Undefined function 'f' for input arguments of type 'double'.
Error using arrayfun Undefined function 'f' for input arguments of type 'double'. Error in golden (line 3) plot(t,array...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Why is there an error? Unbalanced or unexpected parenthesis or bracket.
Error: File: golden.m Line: 1 Column: 21 Unbalanced or unexpected parenthesis or bracket. function golden(sqrt(2),...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Why is there an error when I called the function inputting the points
"Undefined function 'f' for input arguments of type 'double'. Error in linearinterp>refine (line 11) if abs((f(x1)+f(x2))/2-...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Undefined function or variable 'x'. Why is there an error?
%Undefined function or variable 'x'. Error in linearinterp (line 2) f=(exp(-x/2).*sin(x.^2+8));% function l...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Do I need to change to floating pts?
%Subscript indices must either be real positive integers or logicals. Error in linearinterp (line 5) plot(x, y, points, y(poin...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Why is there arguments of type double?
function linearinterp x=linspace(-5, 2*pi, 30); y=exp((-x./2).*sin(x.^2+8)); %Error in linearinterp (line 4) %...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Why is there error?
Error using exp Not enough input arguments. Error in linearinterp (line 3) y=exp.^(-x./2).*sin(x.^2+8); function lin...

12 years 前 | 1 个回答 | 0

1

个回答

提问


is there a problem with my operators???
EDU>> refine(0, 7, .1) Undefined function 'f' for input arguments of type 'double'. Error in refine (line 3) if abs((f(x1...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Why do I keep running into errors???
function points=refine(x1, x2, tol) xm = (x1+x2)./2; if abs((f(x1)+f(x2))./2-f(xm))<tol points=[x1,x2]; else ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Why is there an error?
function chebyshev (a, b, numpolys) t=a:0.1:b; allp=zeros(numpolys, length(t)); for n=1:numploys x=(a+b)/2...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Error: File: box.m Line: 23 Column: 21 Unbalanced or unexpected parenthesis or bracket.
function box(a,b,c) tol=10^(-15); X=[a;b;c]; Y=F(X); disp(' n a b c |F(X)|'); n=0; w...

12 years 前 | 2 个回答 | 0

2

个回答