Raja Emlik
Wilfrid Laurier University
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
250.511
of 295.467
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
How to plot the trajectories of the equilibrium points
I want to plot the trajectories of the equilibrium points and to show the stability of them . This my code to find all the equil...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting 3 variables against 1 variable
I have a code that computes the max value. this code consists of four variables www is the function of a,b, and c labaled xx, yy...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Making 10 2D slices out of 3D plot
Can i make the first plot like the second plot but at fixed variable which means i want to make 10 2D slices of 3D by fixing *b*...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How i add a line in 2d plot
I'd like to add lines where the values of *a*(alpha) and *b* (beta) for which the max value is 4 and for which the max value is ...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I run the following code in paralle
I want to make this code to run in parallel for each value of a, and b= 0:0.001:1, and there is a normalized condition that a^2+...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to run the following code in parallel
I want to make this code to run in parallel for each value of a, and b= 0:0.001:1, and there is a normalized condition that a^2+...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Parallel optimization with extra parameters (fmincon) using for loop and if then statements
I am trying to do parallel processing optimization (fmincon) using for loops for each a,b=0:.01:1 includes if then statement bec...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Parallel optimization with extra parameters (fmincon)
how do i run optimization (fmincon) repeatedly I have a function f = p1 + 2*a*c*p2 + 2*a*b*p3 + 2*b*c*p4 where p1...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I find the max value and the unknown variables of f=-cos(theta_A).*cos(theta_B)-sin(theta_A).*sin(theta_B).*sin(phi_A).*sin(phi_B)-cos(phi_A).*cos(phi_B).*sin(theta_A).*sin(theta_B)
Where theta_A, theta_B, phi_A, phi_B are unknown variables. So i put the range for theta =0:0.01:pi and phi =0:0.01:2*pi. Plea...
mehr als 9 Jahre vor | 2 Antworten | 0