photo

James Wright


University of Surrey

Last seen: 約3年 前 2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
2 回答

ランク
23,018
of 299,268

評判
1

コントリビューション
4 質問
2 回答

回答採用率
75.0%

獲得投票数
1

ランク
 of 20,676

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 163,971

コントリビューション
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

回答