![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5131690_1526661857777_DEF.jpg)
Ahmad Alalyani
Followers: 0 Following: 0
Statistik
3 Fragen
0 Antworten
RANG
228.095
of 297.046
REPUTATION
0
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
ode45 MATLAB ODE solver
Hello I am using the MATLAB ODE solver ode45. But, the integration was not completed, and I still want to continue. So, Ho...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Printing 2 column vectors of different sizes
I wrote this code : j = 1; for i = 1:h-1 if T(i,1)<0 && T(i+1,1)>0 xu(j)= x(i+1); ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Modifying the Tolerance (TolX) inside the Matlab function file (fzero.m).
I wrote the code as: f = @(x) sin(x); a = -0.01; b = 0.05; x = [a b]; options = optimset; optnew = op...
mehr als 6 Jahre vor | 3 Antworten | 0