photo

James Wright


University of Surrey

Last seen: 3년 초과 전 2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
2 답변

순위
23,018
of 300,381

평판
1

참여
4 질문
2 답변

답변 채택
75.0%

획득한 표
1

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

9년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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

대략 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

13년 초과 전 | 0

질문


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

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

13년 초과 전 | 0

| 수락됨

질문


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

13년 초과 전 | 답변 수: 1 | 0

1

답변