Ejemplo n.º 1
0
        /// <summary>
        /// Not implemented. Future use: writes a matlab that imports the same data.
        /// </summary>
        /// <param name="filePath"> The path to where the file will be written.</param>
        public void saveMatlabLog(string filePath)
        {
            MatlabWriter writer = new MatlabWriter(filePath);

            writer.Save();
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Not implemented. Future use: writes a matlab that imports the same data.
 /// </summary>
 /// <param name="filePath"> The path to where the file will be written.</param>
 public void saveMatlabLog(string filePath)
 {
     MatlabWriter writer = new MatlabWriter(filePath);
     writer.Save();
 }