photo

David


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
3 Answers

RANK
24 180
of 298 649

REPUTATION
1

CONTRIBUTIONS
5 Questions
3 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
1

RANK
 of 20 641

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161 897

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

nästan 13 år ago | 2 answers | 0

2

answers

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

nästan 13 år ago | 0

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

nästan 13 år ago | 0

Question


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

nästan 13 år ago | 4 answers | 1

4

answers

Question


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

ungefär 13 år ago | 1 answer | 0

1

answer

Question


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

ungefär 13 år ago | 4 answers | 0

4

answers

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

ungefär 13 år ago | 0

Question


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]

ungefär 13 år ago | 5 answers | 0

5

answers