photo

Johnny


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

3 Domande
2 Risposte

RANK
177.761
of 300.364

REPUTAZIONE
0

CONTRIBUTI
3 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 11 anni fa | 0 risposte | 0

0

risposte

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

quasi 12 anni fa | 0

Domanda


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...

quasi 12 anni fa | 3 risposte | 0

3

risposte

Risposto
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....

quasi 12 anni fa | 0

Domanda


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...

quasi 12 anni fa | 2 risposte | 0

2

risposte