#!/usr/bin/python # will take as a single argument the name of a ccwin tmp file # which is the results of the simulation in a binary file # and save a copy as a CSV file that can be readily # read with matlab or excel import numpy as np import os import sys filename=sys.argv[1] fileparts=os.path.splitext(filename) f=open(filename) data=np.fromfile(f,'

AltStyle によって変換されたページ (->オリジナル) /