MATLABfromCSharp.MainControl.saveMatlabLog C# (CSharp) Méthode

saveMatlabLog() public méthode

Not implemented. Future use: writes a matlab that imports the same data.
public saveMatlabLog ( string filePath ) : void
filePath string The path to where the file will be written.
Résultat void
        public void saveMatlabLog(string filePath)
        {
            MatlabWriter writer = new MatlabWriter(filePath);
            writer.Save();
        }