photo

Shep Bryan


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
7,964
of 300,499

REPUTATION
6

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
3

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
How to show Tiff stacks
In my case it ends up being a couple orders of magnitude faster to avoid using imread. Try: function data = FastTiff(filename...

5 years ago | 3

Answered
Faster / more precise logarithm of complimentary error function?
If you are mainly worried about underlow, this is a handy function that avoids numerical issues: function out = logerfc(X) out...

5 years ago | 0

Question


How do I find the location of the max value of a nd matrix efficiently?
How do I find the location of the maximum value of a nd matrix efficiently? Right now I am hard coding my search for up to 5 dim...

5 years ago | 1 answer | 0

1

answer

Answered
How to generate random number from inverse gamma distribution in an extreme conditions
Accoding to wikipedia, if X ~ InvGamma(a,b) then 1/X ~ Gamma(a,b), therefore to sample from the inverse gamma you simply take th...

6 years ago | 0

Question


License issue on cluster
I have a university head count license at a university. I am trying to submit a job on a HPC at my university. Whenever I submit...

6 years ago | 1 answer | 0

1

answer