photo

Freddy


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Cuál es el error en el código?
valoresalpha=[0 5 10 15 20 25 30]; valoresbeta=[1.6595 1.5434 1.4186 1.2925 1.1712 1.0585 0.9561]; f=25*(diff(1.6595)./diff(de...

8 months ago | 1 answer | 0

1

answer

Question


It takes too long to run the program and in the end I get an error, could you tell me what the error is?
function f=funcionrr(x) xini=[0 4*pi]; t=[0 2*pi]; options=odeset('RelTol',1e-13,'AbsTol',1e-13); ...

8 months ago | 1 answer | 0

1

answer

Question


Why do I have an error on line 17 of the code? or there is another error
syms x f=x.^8-7*x.^3 + 7; d=diff(f); fplot(f,[0 10]); pause(1); hold on; lambda=1; xo=1; fxo=1; x_value=[]; y_value=[]...

8 months ago | 1 answer | 0

1

answer

Question


Se queda paralizado no corre todo el código y no me dice el error tampoco
%% Datos de entrada %% f=inline('exp(sin(x))-x'); %funcion unimoda...

8 months ago | 2 answers | 0

2

answers