Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果存在这种情况,你能告诉我如何在 Matlab 中纠正平均向量吗?
假设我有这个向量: x= 60.44 70.7 80.3 90 100 90.445 40.50 50.21 30 66.7
x= 60.44 70.7 80.3 90 100 90.445 40.50 50.21 30 66.7
我不是在谈论对可以使用mean(x).
mean(x)
提前致谢!
非常简单的均值校正:
x-mean(x)