mro.util
Class MatlabHelper

java.lang.Object
  extended by mro.util.MatlabHelper

public class MatlabHelper
extends java.lang.Object

A helper class. Some functions used when printing matlab-files.


Constructor Summary
MatlabHelper()
           
 
Method Summary
static void printMatrixEnd(java.io.PrintWriter pw)
           
static void printMatrixHead(java.io.PrintWriter pw, java.lang.String name)
           
static void printMatrixRow(java.io.PrintWriter pw, java.util.Vector<java.lang.String> rowStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatlabHelper

public MatlabHelper()
Method Detail

printMatrixHead

public static void printMatrixHead(java.io.PrintWriter pw,
                                   java.lang.String name)
                            throws java.io.IOException
Throws:
java.io.IOException

printMatrixEnd

public static void printMatrixEnd(java.io.PrintWriter pw)
                           throws java.io.IOException
Throws:
java.io.IOException

printMatrixRow

public static void printMatrixRow(java.io.PrintWriter pw,
                                  java.util.Vector<java.lang.String> rowStrings)
                           throws java.io.IOException
Throws:
java.io.IOException