Johnny - MATLAB Central
photo

Johnny


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 01/14 to 03/25Use left and right arrows to move selectionFrom 01/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 質問
2 回答

ランク
132,888
of 297,711

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,465

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,406

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Texas Hold'em Card Problem
<</matlabcentral/answers/uploaded_files/8341/1.jpg>> <</matlabcentral/answers/uploaded_files/8344/2.jpg>> <</matla...

約11年 前 | 0 件の回答 | 0

0

回答

回答済み
Scale 3D matrix by 10i
% Create a indexes vector indexes = 1:P; % Make indexes array into individual pages n = reshape(indexes,1,1,P) %...

約11年 前 | 0

質問


Scale 3D matrix by 10i
<</matlabcentral/answers/uploaded_files/7374/1.jpg>> M = randi([5 10], 1); N = randi([5 10], 1); P = randi([20 30], 1...

約11年 前 | 3 件の回答 | 0

3

回答

回答済み
Extract numbers from Matrix and create a matrix
My answer for C : firstRow = diag(ans, 1)' secondRow = diag(ans, -1)' C = [firstRow; secondRow] Although it works....

約11年 前 | 0

質問


Extract numbers from Matrix and create a matrix
An M-by-M matrix X is given. Without using loops, extract values from matrix X to create the following: <</matlabc...

約11年 前 | 2 件の回答 | 0

2

回答