photo

Lin Nuo


Last seen: oltre 5 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
142.153
of 301.447

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 21.284

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.609

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 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to extract and replace from small matrix into big matrix without zeros. here is the code examples:
A = round(abs(randn(10,10)*100)); B = zeros(5,5); for i = 1:5 for j = 1:5 if(i>1 && i<5 && j>1 && j<5) ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to extract patch from an image with one/more spectral images [1-9 spectral bands]? Not equal size Patches. Does Maltab has the function?
The patch here is based on image texture or clasification or any methods. also we can define for how many patches we want if pos...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Merge of Logical Indexing one dimension matrix from multi dimension?
A = [ 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 1 0 0 0 1 1 1 0 0 ; 0 0 0 1 1 0 0 1 1 1 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 ; 0 0 0 0 0 0 ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Replace some elements in a Matrices with brief code.
The variables which can be copy/paste to Matlab. a = [5 6 7 9 1 2 5 6 3 8 9 0]; A = [1 3 6 2;2 4 1 9; 2 3 5 6]; B = a(A); Fr...

circa 7 anni fa | 1 risposta | 0

1

risposta