photo

James Wright


University of Surrey

Last seen: mehr als 2 Jahre vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

Antwort

Frage


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

Antwort

Beantwortet
How 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

Antworten

Beantwortet
ezplot 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

1

Antwort