Skip to content
  1. May 08, 2014
    • Matthew Dawson's avatar
      Start reading more property related fields. · 0378fc0b
      Matthew Dawson authored
      To support multiple objects with differing field values for the same class
      type, it is now necessary to actually parse segment 4 and act accordingly.
      Thus do that, and add a test to ensure the behaviour is correct.
      0378fc0b
    • Matthew Dawson's avatar
      Make sure fields names are properly set. · e8b47c46
      Matthew Dawson authored
      Due to the way MATLAB stores field names for structures, individual items
      in the structure don't have names.  Thus, one must use the field name.  Fix
      the grab bag parsing to do this correctly, and add a test to verify correct
      behaviour.
      e8b47c46
    • Matthew Dawson's avatar
      Fix bad documentation. · bf24d775
      Matthew Dawson authored
      Don't mislead in the documentation.  When reading 24 bytes, 24 bytes are read.
      Not 16.
      bf24d775
  2. May 07, 2014
  3. May 05, 2014
  4. May 03, 2014
    • Matthew Dawson's avatar
      Rename com.jmatio to ca.mjdsystems.jmatio. · a02779b8
      Matthew Dawson authored
      To match the new Group Id, switch the package name.  This also moves the
      package name under a controlled domain, avoiding potential name collisions
      later.
      a02779b8
    • Matthew Dawson's avatar
      Minor code style. · bc8ca145
      Matthew Dawson authored
      Fix some comment misspellings and formatting, and remove unused imports.
      bc8ca145
    • Matthew Dawson's avatar
      Add in the beginnings of an MCOS parser. · b10de602
      Matthew Dawson authored
      MCOS is handled completely separately through a weird format.  Thus, start
      supporting it by reading in the necessary data.  Currently it isn't fully
      parsed, as the first unit test doesn't require extra data.  Also include the
      MATLAB class file used to generate the test.
      b10de602
  5. May 02, 2014
  6. Apr 29, 2014
  7. May 09, 2013
  8. Mar 27, 2013
    • Sina Samangooei's avatar
      Added an equivilant function to getIR() in MLSparse for columns. I thought... · 0598604e
      Sina Samangooei authored
      Added an equivilant function to getIR() in MLSparse for columns. I thought getJC would do this but looking at the code it did something else. Therefore I added getIC (this is possibly named badly) which literally gives you the column index as an array whose i_th value is the column of the i_th entry in pr. I've also changed the pom.xml so that its version wasn't snapshot. This was so i could create the artifact and serve it off our nexus
      0598604e
  9. Dec 13, 2012
  10. Dec 12, 2012
  11. Jun 25, 2012
Loading