![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1878517_1522088244952_DEF.jpg)
James Wright
University of Surrey
Followers: 0 Following: 0
Statistik
RANG
23.018
of 297.016
REPUTATION
1
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Displaying MATLAB output in linux terminal
I am running a MATLAB script in the background using the command line: nohup matlab -nodisplay < scriptname.m > /dev/null & ...
fast 9 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Large numbers multiplied by small numbers
Hi, I'm trying to compute at multinomial distribution as described <http://onlinestatbook.com/2/probability/multinomial.html he...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortHow to repeat a for loop
Hi, Have you tried using a while loop instead? i.e. while first_row_opt ~= init_portfolio all your code end of...
mehr als 12 Jahre vor | 0
Frage
Variable step size integration
Hi, I've written a multi Symplectic integrator and want to make the program vary it's step size depending on the dynamics. I ha...
mehr als 12 Jahre vor | 2 Antworten | 0
2
Antwortenezplot axis
function [] = StabilityPWVL(n) syms x for k = 1:n a = double(int(cos(x)*(cos(k*x)),x,0,2*pi)/pi); b = double(int(c...
fast 13 Jahre vor | 0
| akzeptiert
Frage
ezplot axis
Hi, I'm trying to use ezplot plot a symbolic function, and I will then use hold on to plot another 'picture' with it (though ...
fast 13 Jahre vor | 1 Antwort | 0