Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

gen_data_dummy.sh 188 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. #
  3. # This script makes the dummy data sets needed in GMT_linear.sh GMT_log.sh GMT_pow.sh
  4. #
  5. gmt math -T0/100/1 T SQRT = sqrt.txt
  6. gmt math -T0/100/10 T SQRT = sqrt10.txt
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...