photo

Nuno Almeida


2012 年からアクティブ

Followers: 0   Following: 0

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

統計

MATLAB Answers

1 質問
2 回答

ランク
205,489
of 300,763

評判
0

コントリビューション
1 質問
2 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
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...

14年弱 前 | 0

回答済み
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...

14年弱 前 | 0

質問


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

14年弱 前 | 3 件の回答 | 0

3

回答