photo

Stamatis Samaras


Last seen: 대략 5년 전 2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
12,005
of 297,457

평판
3

참여
8 질문
0 답변

답변 채택
100.0%

획득한 표
3

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 158,938

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Elegant way to create dynamically an array inside a for loop ?
Check the following piece of code. r = magic(5); w = bartlett(5); for j=1:10 b1(j)=sum(r(1,:).*w'*j); ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


How to do the following in a simpler and smarter way?
The following code prepares the labels for some classes. We have standard 12 elements of 1,2,3,...,21 one after another. Now is ...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to extract data from a cell in a specific way ?
Suppose I have the following code for n = 1:21 sz = [23,42000]; data = cell(sz); for k = 1:12 ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to choose initial component parameters with gmdistribution.fit ?
I am training a Gaussian Mixture Model through gmdistribution.fit. However, as far as I am concerned my initial component parame...

11년 초과 전 | 답변 수: 1 | 2

1

답변

질문


How to make a 1xNxM array NxM ?
I think question says everything ,in fact I have a 1x23x13 array that i need to make it appear as 23x13.

11년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How to put a list of different arrays, one below another, to create a new array ?
What I am asking is similar to this example, I have y1,y2,y3 manually created and I want my final array to be data =...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


How to put a list of different arrays, one after another, to create a new array ?
What I am asking is similar to this example, I have y1,y2,y3 manually created and I want my final array to be data = [y1...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


How to read AMR files or Convert them to WAV with Matlab?
I have some AMR files captured by cell phone , and I want to use them as data for some later use, I can convert them with some e...

거의 12년 전 | 답변 수: 1 | 0

1

답변