Vous êtes sur la page 1sur 11

>> minPoly

>> minPoly

>> minPoly

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly
Error using minPoly (line 2)

Not enough input arguments.

>> X =-4:0.1:5;

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly(X,Y,2)

Undefined function or variable 'Y'.

Did you mean:

>> minPoly(X,y,2)

Error using *

Inner matrix dimensions must agree.

Error in minPoly (line 11)

B=F'*Y';

>> x=-4:0.1:5;

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly(X,Y,2)

Undefined function or variable 'Y'.

Did you mean:

>> minPoly(X,y,2)

Error using *

Inner matrix dimensions must agree.


Error in minPoly (line 11)

B=F'*Y';

>> X =-4:0.1:5;

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> x = -4:0.1:5;

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly
Error using minPoly (line 2)

Not enough input arguments.

>> minPoly

Error using minPoly (line 2)

Not enough input arguments.

>> minPoly(X,Y,2)

Undefined function or variable 'Y'.

Did you mean:

>> minPoly(X,y,2)

Error using *

Inner matrix dimensions must agree.

Error in minPoly (line 9)

B = F'*Y';

>> X =[-3 0 2 4]

X=

-3 0 2 4

>> Y =[3 1 1 3]

Y=

3 1 1 3

>> minPoly
Error using minPoly (line 2)

Not enough input arguments.

>> minPoly(X,Y,2)

ans =

0.8505 -0.1925 0.1785

>> X= -4:0.1:5;

>> plot(X,Y,'r*')

Error using plot

Vectors must be the same lengths.

>> grin on

Undefined function 'grin' for input arguments of type

'char'.

Did you mean:

>> grid on

>> fplot(X,Y,'r*')

Error using fcnchk (line 107)

FUN must be a function, a valid string expression, or an

inline function object.

Error in fplot (line 61)

fun = fcnchk(fun);

>> plot (X,y,'r*',x,P,'b')

Undefined function or variable 'P'.


>> plot (X,y,'r*',x,ans,'b')

Error using plot

Vectors must be the same lengths.

>> fplot (X,y,'r*',x,ans,'b')

Error using fcnchk (line 107)

FUN must be a function, a valid string expression, or an

inline function object.

Error in fplot (line 61)

fun = fcnchk(fun);

>> plot(X,Y,'r*',x,p,'b')

Undefined function or variable 'p'.

>> plot(X,Y,'r*',x,ans,'b')

Error using plot

Vectors must be the same lengths.

>> plot(X,Y,'r*',x,P,'b')

Undefined function or variable 'P'.

>> plot(X,Y,'r*',x,'P','b')

Error using plot

Vectors must be the same lengths.

>> plot(X,Y,'r*',X,P,'b')

Undefined function or variable 'P'.

>> minPoly

Error using minPoly (line 2)


Not enough input arguments.

>> plot(X,Y,'r*',X,P,'b')

Undefined function or variable 'P'.

>> grid on

>> axis ([-4 5 0 4])

>>

>> f = '0.8505-0.1925*X+0.1785*X^2'

f=

0.8505-0.1925*X+0.1785*X^2

>> plot(f,[-4 5])

Error using plot

Invalid first data argument

>> fplot(f,[-4 5])

>> axis ([-4 5 0 4])

>> grid on

>> axis ([-4 5 0 4])

>> grid on

>> axis ([-4 5])

Error using axis>LocSetLimits (line 227)

Vector must have 4, 6, or 8 elements.

Error in axis (line 93)

LocSetLimits(ax(j),cur_arg);
TAREA

|!12#3$$%&&/()89=0??\{{{^{{}[]/

Vous aimerez peut-être aussi