24 #ifndef ASLMATFORMAT_H 25 #define ASLMATFORMAT_H 41 typedef std::shared_ptr<ElementBase>
Element;
52 void writeMAT(
const string &fileName,
const AbstractData & data,
const string & name);
61 void writeMAT(
const string &fileName, vector<pair<SPAbstractData,string>> data);
70 void writeMAT(
const string &fileName, vector<pair<acl::Element,string>> data);
77 void writeMAT(
const string &fileName, Probe & probe,
unsigned int component,
const string & name);
81 #endif //ASLMATFORMAT_H void writeMAT(const string &fileName, Probe &probe, unsigned int component, const string &name)
writes probe values in a MatLab file
Advanced Simulation Library.
Advanced Computational Language.
shared_ptr< AbstractData > SPAbstractData
std::shared_ptr< ElementBase > Element