Created
June 20, 2019 23:20
-
-
Save billwestfall/7f93b48b190fafe715e74224098a82a4 to your computer and use it in GitHub Desktop.
loop to find anomalies in range and print them out
This file contains hidden or 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
Do[a=RandomReal[{1, 100}, {6}]; Print[a]; b=FindAnomalies[a]; Print[b]; Pause[3], 4] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment