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)