photo

Ehi Eromosele


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

11 Preguntas
0 Respuestas

CLASIFICACIÓN
135.741
of 301.213

REPUTACIÓN
0

CONTRIBUCIONES
11 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
81.82%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.191

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.422

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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),...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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-...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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) %...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas