photo

James Wright


University of Surrey

Last seen: ungefär 3 år ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
23 018
of 299 750

REPUTATION
1

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
1

RANK
 of 20 792

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165 710

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

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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 & ...

mer än 9 år ago | 1 answer | 1

1

answer

Question


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...

nästan 12 år ago | 1 answer | 0

1

answer

Answered
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...

mer än 13 år ago | 0

Question


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...

mer än 13 år ago | 2 answers | 0

2

answers

Answered
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...

mer än 13 år ago | 0

| accepted

Question


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 ...

mer än 13 år ago | 1 answer | 0

1

answer