Feeds
提问
Texas Hold'em Card Problem
<</matlabcentral/answers/uploaded_files/8341/1.jpg>> <</matlabcentral/answers/uploaded_files/8344/2.jpg>> <</matla...
11 years 前 | 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) %...
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 years 前 | 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 years 前 | 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....
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 years 前 | 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 years 前 | 2 个回答 | 0