public MatlabWriter(Lems lems)
     throws ModelFeatureSupportException, LEMSException, NeuroMLException {
   super(lems, "MATLAB");
   MinimalMessageHandler.setVeryMinimal(true);
   E.setDebug(false);
   sli.checkAllFeaturesSupported(FORMAT, lems);
 }
 private void initializeWriter() {
   MinimalMessageHandler.setVeryMinimal(true);
   E.setDebug(false);
 }