how to find mean value, probability function, autocorrelation ?
显示 更早的评论
I need mean value code, probability function code, autocorrelation code ?
the matrix is up to A278771.
Please, anybody help me!!

1 个评论
John D'Errico
2019-9-28
Start by reading the help? For example,
help mean
would be a good start.
回答(1 个)
Shashwat Bajpai
2019-10-1
0 个投票
You can read an Excel file into MATLAB using xlsread. Once the data is imported in MATLAB Workspace you can perform the meanand corrcoef functions for mean and auto correlation. For probability functions refer to the following link:
Documentation links for:
(This link has links to other functions that can be used to read Excel files like readtable,readmatrix etc.)
corrcoef: https://www.mathworks.com/help/matlab/ref/corrcoef.html?searchHighlight=corrcoef&s_tid=doc_srchtitle
Hope this helps!
类别
在 帮助中心 和 File Exchange 中查找有关 Noncentral t Distribution 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!