3d triangle mesh noise

2 views (last 30 days)
muna majeed
muna majeed on 4 Aug 2015
Answered: Walter Roberson on 4 Aug 2015
please can any one help me how to add noise to 3d mesh triangle

Answers (1)

Walter Roberson
Walter Roberson on 4 Aug 2015
NoisyMesh = YourVariable + randn(size(YourVariable));

Tags

Community Treasure Hunt

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

Start Hunting!