how to find mean value, probability function, autocorrelation ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I need mean value code, probability function code, autocorrelation code ?
the matrix is up to A278771.
Please, anybody help me!!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/240278/image.png)
1 commentaire
John D'Errico
le 28 Sep 2019
Start by reading the help? For example,
help mean
would be a good start.
Réponses (1)
Shashwat Bajpai
le 1 Oct 2019
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!
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!