采纳的回答

Image Analyst
Image Analyst 2015-5-8

0 个投票

Um, how about mean() or mean2()? If not, why not?

更多回答(1 个)

Suzanne Hussein
Suzanne Hussein 2015-5-9

0 个投票

I have data set divided it to training set and test set, i want to find mean of each one???

4 个评论

m1 = mean(trainingSet(:));
m2 = mean(testSet(:));
i need mean point of training set such us, m1=[0 0],m2=[1 2]??
mean ponit for these two classes
What are your x and y variables called?

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by