photo

David


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
3 답변

순위
24,180
of 300,392

평판
1

참여
5 질문
3 답변

답변 채택
40.0%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Latin Hypercube sampling from distrete, non-uniform distribution
I have a series of independent events that are assumed to indiviudally have poisson distributions. I first calculate the numb...

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

2

답변

답변 있음
locating the relative position of a value in a 2 x matrix
Thanks again - both example solutions extend well beyond the simple MatLab documentation. My key takeaways from the first sol...

13년 초과 전 | 0

답변 있음
locating the relative position of a value in a 2 x matrix
Thanks - I would not have intuited this from MatLab's limited documentation.

13년 초과 전 | 0

질문


locating the relative position of a value in a 2 x matrix
I have a 180 by 180 matrix and want to locate the position of the minimum value so I can subsequently reuse the source variables...

13년 초과 전 | 답변 수: 4 | 1

4

답변

질문


Fltering to subsets of matrices
both Excel and Sql can 'query' and run functions on subsets of data based on common lable fields (e.g. return all sales in GA) ...

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

1

답변

질문


Summing values with database "group by" functionality
Tables in databases can easily be transformed by use of the "Group by" function. Groups ususally occur on a common lable (suc...

13년 초과 전 | 답변 수: 4 | 0

4

답변

답변 있음
Shrink a 1-D array (vector) by removing all the columns with a value of zero
Thanks for the answers and for showing me the previous discussion string (I didn't think this was the first time this question w...

13년 초과 전 | 0

질문


Shrink a 1-D array (vector) by removing all the columns with a value of zero
SimpleArray = [1,0,2,0,3,0,4,0,5,0] Desired result NewSimpleArray = [1,2,3,4,5]

13년 초과 전 | 답변 수: 5 | 0

5

답변