# Read the data from the tables using DelimitedFiles T1 = readdlm("Wind-data1.txt",' ', Float64,'\n') T2 = readdlm("Wind-data2.txt",' ', Float64,'\n') # For example, how to create a vector with the mean wind speed: #wS = T2[:,14] # An example of how to create a matrix: #someMatrix = T1[:,[1,2,5]] #someOtherMatrix = T1[:,1:3] ######## # Sets # ######## #### Add your data here! #### ############## # Parameters # ############## #### Add your data here! ####