﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2614	import mat-files for initialization	Lennart Ochel	Lennart Ochel	"Currently, it is not possible to import mat-files for initialization purpose generated by OpenModelica:

{{{
loadString(""
model test
  Real x(start=2, fixed=true);
equation
  der(x) = 0;
end test;
""); geterrorString();

simulate(test); getErrorString();
simulate(test, simflags=""-iif=test_res.mat""); getErrorString();
}}}

Output:
{{{
Simulation execution failed for model: test
assert            | debug   | unable to read input-file <test_res.mat> [Too few rows in data_2 matrix]
}}}"	defect	closed	high	1.9.1	Run-time	trunk	fixed		
