function exampleQR
  extends Modelica.Icons.Function;
  input String fileName = DataDir + "m.mat" annotation(
    Dialog(loadSelector(filter = "MAT files (*.mat);; All files (*.*)", caption = "matrix file")));
  input String matrixName = "A" "Name of the matrix";
end exampleQR;