Freddy
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
231,642
of 294,421
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,110
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,653
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
10 months ago | 1 answer | 0
1
answerQuestion
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); ...
10 months ago | 1 answer | 0
1
answerQuestion
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=[]...
10 months ago | 1 answer | 0
1
answerQuestion
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...
10 months ago | 2 answers | 0