[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PDP++ to Octave/Matlab conversion
Punitha Manavalan <punitha@cnbc.cmu.edu> has developed some code to
convert pdp++ log files to an octave data file. Octave is an open
source version of matlab, and this connection allows many more
flexible and elaborate analyses to be performed on pdp++ data. To
find out more, see:
www.cnbc.cmu.edu/~punitha/pdp-octave.html
Also, if you really need to run Matlab, Punitha found the following
command in octave:
> I found something interesting for data exchange between matlab and octave.
> save command in octave with option:
> -mat-binary Save the data in MATLAB's binary data format.
> This binary file can then be loaded onto matlab.
although it would probably make sense to modify Punitha's code to work
directly for matlab (if anyone wants to take that on).
- Randy