MATLAB: Calculating slope of the log of the dataset

slope

I want to calculate the slope of the log of the given dataset. I have provided the excel data file for which I need to find the slope of the log values. I have done the computation in the attached excel sheet. I need to replicate the same in matlab

Best Answer

Please be more specific.
Your entire Excel file consists of:
NaN NaN NaN 370 450 550
NaN NaN NaN NaN NaN NaN
2 3 4 -1.7472 NaN NaN
1 2 4 -3.4969 NaN NaN
This does not lend itself to any calculations.