Clear Filters
Clear Filters

Frobenius norm of the error matrix

3 views (last 30 days)
Hi, How how can I implement this expression?

Accepted Answer

Matt J
Matt J on 17 Jan 2017
Edited: Matt J on 17 Jan 2017
norm(D-Dhat,'fro').^2/(M*N)
  3 Comments
Matt J
Matt J on 17 Jan 2017
What shortcomings in norm(..,'fro') are you hoping the alternative suggestions will remedy?
kortas manel
kortas manel on 17 Jan 2017
I was afraid that taking a predefined matlab function can make errors, thank you for confirming my implementation

Sign in to comment.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!