Statistica
MATLAB Answers
0 Domande
1 Risposta
RANK
69.401
of 300.364
REPUTAZIONE
0
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 168.373
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
Feeds
Risposto
Given a matrix "A", how to create a row vector of 1s that has the same number of elements as "A" has rows?
A = [1:5; 6:10; 11:15; 16:20]; row_vector=[1 1 1 1 1] col_vector=[1; 1; 1; 1] result=(row_vector*(A'))*(col_vector)
Given a matrix "A", how to create a row vector of 1s that has the same number of elements as "A" has rows?
A = [1:5; 6:10; 11:15; 16:20]; row_vector=[1 1 1 1 1] col_vector=[1; 1; 1; 1] result=(row_vector*(A'))*(col_vector)
oltre 5 anni fa | 0
