Ank Agarwal in MATLAB Answers
Last activity on 18 Sep 2017

I read this page: https://www.mathworks.com/help/thingspeak/plot-a-histogram-with-a-distribution-fit.html I generated a histogram with a gaussian fit using histfit but I also need the correlation coefficient for the fit to the data. How do I obtain it? current code: load('datafile.dat'); ydata=datafile; histfit(ydadta,100);

About ThingSpeak

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.