aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/m/interpretation/MatlabInterpreter.scala
blob: 34534e6fba02e73b751fb6d4354ca82e7109be3c (plain) (blame)
1
2
3
4
5
6
7
8
package scalam
package m
package interpretation

import ast._
import scalax.file.Path

class MatlabInterpreter(pwd: Path) extends MInterpreter("matlab -nosplash -nodesktop", pwd)