photo

Freddy


Last seen: 8개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 2 | 0

2

답변