How can I calculate MSE when different length of vector?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Tk = 2.34, 5.342
h = 0.5, 1 , 1.5
How can I calculate MSE when different length of vector?
mean((h-Tk).^2) this code does not work.
0 Commenti
Risposte (1)
Walter Roberson
il 22 Nov 2016
MSE is not meaningful when the vectors are different length.
3 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!