Statistica
MATLAB Answers
0 Domande
1 Risposta
RANK
6.008
of 300.365
REPUTAZIONE
8
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
4
RANK
of 168.262
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
how to replace elements in top third, middle third, and bottom third of matix
this will work for all inputs function T= trio(n,m); T1= ones(n,m); T2= 2*ones(n,m); T3= 3*ones(n,m); T= [T1;T2;T3];
how to replace elements in top third, middle third, and bottom third of matix
this will work for all inputs function T= trio(n,m); T1= ones(n,m); T2= 2*ones(n,m); T3= 3*ones(n,m); T= [T1;T2;T3];
circa 5 anni fa | 4
