OpenModelica System Documentation

Inputs: String fileName; String matrixName; int nRows; int nColumns; Outputs: Real res[nRows,nColumns]; readMatrixSize(fileName, matrixName) (??NotYetImplemented) Read the matrix dimension from a file given a matrix name. Inputs: String fileName; String matrixName; Outputs: Integer sizes[2]; readSimulationResult( fileName, variables, size) Reads the simulation result for a list of … ................
................