ACADO Toolkit  1.2.0beta
Toolkit for Automatic Control and Dynamic Optimization
Classes | Public Member Functions
MatFile Class Reference

Simple class for writing binary data file that are compatible with Matlab. More...

#include <acado_mat_file.hpp>

List of all members.

Classes

struct  Fmatrix

Public Member Functions

void open (const char *fileName)
void close ()
void write (const Matrix &mat, const char *name)
void write (const Vector &vec, const char *name)

Detailed Description

Simple class for writing binary data file that are compatible with Matlab.

Author:
Carlo Savorgnan, Hans Joachim Ferreau, Boris Houska

Member Function Documentation

void MatFile::close ( )
BEGIN_NAMESPACE_ACADO void MatFile::open ( const char *  fileName)
void MatFile::write ( const Matrix mat,
const char *  name 
)
void MatFile::write ( const Vector vec,
const char *  name 
)

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines