I have a data set containing photometric measurement from galaxy, you can think of this like intensity. now, let's say I know that the data is coming from normal distribution and I know it's mean. how can I plot the curve that will fit to the distribution based on the data. or to be precise, I know that plotting the measurements suppose to look like this
when every color is different data, but when I'm trying to plot I get this is what I get
I upload the data file, Ignore I'd and z coulombs. the code I try is
x = linspace(4858-50/2,4858+50,numel(gp));
plot(x,gp)

댓글 수: 3

Birdman
Birdman 2018년 2월 5일
Can you share your data?
Jan
Jan 2018년 2월 5일
And the code you use for plotting?
avner yakov
avner yakov 2018년 2월 5일
I update the question

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

질문:

2018년 2월 5일

댓글:

2018년 2월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by