photo

Phil


Last seen: 4 years ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
2 Answers

RANK
27,634
of 300,369

REPUTATION
1

CONTRIBUTIONS
7 Questions
2 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
1

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

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 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to minimize the L1 norm of residuals?
Hello, The datasets I currently analyse are not normally distributed (according to shapiro-wilk and kolgomorov-smirnov @ p = 0....

5 years ago | 1 answer | 0

1

answer

Question


Nonlinear fit to median instead of mean values?
Hey, my question might be more theoretical. The datasets I currently analyse are not normally distributed (according to shapiro...

5 years ago | 0 answers | 0

0

answers

Question


How to include the standard deviation in the fit and propagate the error?
Hello, fitting e.g. a monoexponential decay to a dataset with a custom least squares code and retrieving the fit parameters w...

7 years ago | 1 answer | 1

1

answer

Question


How to plot date and time on one axis?
Dear everyone, I'm trying to plot data I read from a sensor that saves these in a .txt file (example data and the function a...

10 years ago | 1 answer | 0

1

answer

Answered
MATLAB frequency histogram problem
Ok, worked it out. Fairly simple. function histogram(bins,counts) outvec = []; for i = 1:length(counts) ...

11 years ago | 0

Question


MATLAB frequency histogram problem
Hey everybody, I'm having trouble recreating a frequency histogram. The data are exported from an external software as ASCII....

11 years ago | 1 answer | 0

1

answer

Answered
How to transfer the size of a zoomed in image to the entire stack?
Thanks for your answer! This is what I tried in the "ClickedCallback" of the zoom tool. What I did was: xlim = get(han...

12 years ago | 0

Question


How to transfer the size of a zoomed in image to the entire stack?
Hey, currently I'm writing a GUI. It simply imports a tiff-stack and has some basic functions like pausing, resuming or slidi...

12 years ago | 2 answers | 0

2

answers