Skip to content

Instantly share code, notes, and snippets.

@bwanaaa
bwanaaa / gist:bfe588c4673f8a99d8da3792f364cf1e
Created September 25, 2020 23:53
mission file from dcs
This file has been truncated, but you can view the full file.
mission =
{
["requiredModules"] =
{
}, -- end of ["requiredModules"]
["date"] =
{
["Day"] = 2,
["Year"] = 2018,
import numpy as np
import matplotlib.pyplot as plt
import time
muarr = np.linspace(0,10,10)
print('muarray')
print(muarr)
z = np.linspace(0.0,1.0,10) # create an array
print('array z')
print(z)