MATLABfromCSharp.MainControl.saveMatlabLog C# (CSharp) Метод

saveMatlabLog() публичный Метод

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.
Результат void
        public void saveMatlabLog(string filePath)
        {
            MatlabWriter writer = new MatlabWriter(filePath);
            writer.Save();
        }