photo

Sravan Kumar


Df

Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Fch

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
66.637
of 300.331

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

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


substitute a symbol instead of zeros in a matrix
i have matrix a=[3 5 0;2 0 5;1 0 0] now i want to replace all zeros with any symbols. for example i need output as a=[3 5 *;2 * ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find subsets of different matrices
i have matrices as c1=[1 5 6] c2=[3 2 0] c3=[4 7 0] and another matrix as b=[3 5 6]. now the elements in b matrix appears more i...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


i want to find row indices for each column having non zero values
i have a matrix a=[1 1 0 1;1 1 0 0;0 0 1 1] i want row indices for each column having non zero elements as [1,2] [1,2] [3] [1,...

oltre 9 anni fa | 2 risposte | 0

2

risposte