Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General notes

  • Matlab starts indexing with 1, python starts with 0. We always have to shift the index properly in python!

Matlab file

  • Load the file using: "facetdata        = facet.FacetDataFile(filename)"

...