>> F=@(X) sin(X.^2)
F =
@(X)sin(X.^2)
>> inte1=inte_exp(F,2,3,20,2)
??? Undefined function or method 'inte_exp' for input arguments of type
'function_handle'.
>> inte1=inte_aprox(F,2,3,20,2)
inte1 =
-0.0312
>> inte2=inte_aprox(F,2,3,15,3)
inte2 =
-0.0312
>>
No comments:
Post a Comment