photo

Nuno Almeida


Actif depuis 2012

Followers: 0   Following: 0

Message

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

Statistiques

MATLAB Answers

1 Question
2 Réponses

RANG
112 827
of 300 853

RÉPUTATION
0

CONTRIBUTIONS
1 Question
2 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 319

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

Question


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

presque 14 ans il y a | 3 réponses | 0

3

réponses