Skip to content

Instantly share code, notes, and snippets.

@MShirazAhmad
Created February 5, 2020 06:55
Show Gist options
  • Save MShirazAhmad/bdba98058a9560625f42e41a03d6ad3f to your computer and use it in GitHub Desktop.
Save MShirazAhmad/bdba98058a9560625f42e41a03d6ad3f to your computer and use it in GitHub Desktop.
Propagation of uncertainties in addition.
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