photo

Nuno Almeida


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Further, if you want labels for each group just do:

label1 = repmat('t1', size(t1));
label2 = repmat('t2', size(t2));
label3 = repmat('t3', size(t3));
group = [label1; label2; label3];

and then use it the same way.

;)

thanks a lot, Anon

Statistica

MATLAB Answers

1 Domanda
2 Risposte

RANK
113.007
of 301.103

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 21.170

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 172.806

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

Risposto
Using mcc to compile a code that uses a .dll library
Furthermore, a new (related) issue: in my matlab code (which I have just compiled), I call a mex c function ( *[y1, y2] = f...

quasi 14 anni fa | 0

Risposto
Using mcc to compile a code that uses a .dll library
Thanks. Of course I should have had placed more attention on the error message. Here's how I solved it, and it worked ok. Call t...

quasi 14 anni fa | 0

Domanda


Using mcc to compile a code that uses a .dll library
Hi, I created a program in matlab with a GUI. I want to compile it to have an EXE. In the code, I use an external library, b...

quasi 14 anni fa | 3 risposte | 0

3

risposte