![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1878517_1522088244952_DEF.jpg)
James Wright
University of Surrey
Followers: 0 Following: 0
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...
11년 초과 전 | 답변 수: 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...
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...
12년 초과 전 | 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...
12년 초과 전 | 답변 수: 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...
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