Created
February 5, 2020 06:55
-
-
Save MShirazAhmad/bdba98058a9560625f42e41a03d6ad3f to your computer and use it in GitHub Desktop.
Propagation of uncertainties in addition.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Utotal = Uaddition(Ux,Uy) | |
Utotal = sqrt(Ux.^2 + Uy.^2); | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment