Blame view

rtsEnviID.m 107 Bytes
8be1ab93   David Mayerich   initial commit of...
1
2
3
4
5
6
7
8
  classdef rtsEnviID < handle
      properties
          fid
          header
          mask
          fpos
      end
  end