photo

Nuno Almeida


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

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

Statistik

MATLAB Answers

1 Frage
2 Antworten

RANG
205.501
of 300.813

REPUTATION
0

BEITRÄGE
1 Frage
2 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 21.086

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.169

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

fast 14 Jahre vor | 0

Beantwortet
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...

fast 14 Jahre vor | 0

Frage


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...

fast 14 Jahre vor | 3 Antworten | 0

3

Antworten