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 답변

순위
112,827
of 300,853

평판
0

참여
1 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
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

답변