added codes
This commit is contained in:
3
matlab_code/eval_error.m
Normal file
3
matlab_code/eval_error.m
Normal file
@@ -0,0 +1,3 @@
|
||||
function err = eval_error(phi_w, ground)
|
||||
err = norm(phi_w(:) - ground(:), 2)/norm(ground(:), 2);
|
||||
end
|
||||
Reference in New Issue
Block a user