photo

Paul Nel


Aurecon

2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
38,708
of 300,956

評判
1

コントリビューション
7 質問
0 回答

回答採用率
42.86%

獲得投票数
1

ランク
 of 21,124

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 172,015

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Median of n*n
I have an n*n and would like to find the medianof the entire set n*n not of the individual rows or coloumns as can be found by: ...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


How to extract a n*m from a k*n*m
I have a large k*n*m matrix and I want to be able to create an n*m for seperate values of k. So I have tried this: A...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Getting mean() to return a vector
I would like to get the mean of each row in nxn to be returned as a nx1 vector without looping. Is this possible? Paul

9年弱 前 | 1 件の回答 | 0

1

回答

質問


Can I add a 3x3 matrix to itself and to a 1x3 at the same time?
I can do this: OPEX(scenario, tarrif,:) = OUTC(1,:); but not this: OPEX(scenario, tarrif,:) = OPEX(scenario, tarrif...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


Creating file names for save command
I have the following code: file_dir = 'C:\Users\mydir'; datestamp=string(datetime('now','TimeZone','local','Forma...

9年以上 前 | 2 件の回答 | 1

2

回答

質問


Can i use int8 and double in equation and get double as answer?
I use the following code snippet: the_risk = 2*new_p_fail*(t-b1_t)/((b2_t-b1_t)*(b4_t-b4_1)) Where t is int8 and all oth...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


Reading multi row comma delimited text file with strings into an nxm matrix
I need to read a text file of the following format: string,string,string . . . string, string,string into a ma...

9年以上 前 | 2 件の回答 | 0

2

回答