photo

Ehi Eromosele


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
0 답변

순위
289,256
of 301,811

평판
0

참여
11 질문
0 답변

답변 채택
81.82%

획득한 표
0

순위
 of 21,419

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,692

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0

2

답변