ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
Namespaces | Functions
aslMATFormat.h File Reference
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <string>
#include <memory>
#include <vector>
Include dependency graph for aslMATFormat.h:

Go to the source code of this file.

Namespaces

namespace  acl
 Advanced Computational Language.
 
namespace  asl
 Advanced Simulation Library.
 

Functions

void asl::writeMAT (const string &fileName, const AbstractData &data, const string &name)
 writes data in a MatLab file
More...
 
void asl::writeMAT (const string &fileName, vector< pair< SPAbstractData, string > > data)
 writes data in a MatLab file
More...
 
void asl::writeMAT (const string &fileName, vector< pair< acl::Element, string > > data)
 writes data in a MatLab file
More...
 
void asl::writeMAT (const string &fileName, Probe &probe, unsigned int component, const string &name)
 writes probe values in a MatLab file
More...