jcmwave_load.mΒΆ

Usage: jcm_data = jcmwave_load(jcm_file_path, [options])

Purpose:
  Loads an .jcm object. (either table or cartesian field)

Input:
  jcm_file_path -> path to a .jcm output file
  options -> key-value list (or matlab structure) used to configure the
             output format (see jcmwave_loadtable, or jcmwave_loadcartesianfields).

Output: Depending on the format of the .jcm file jcm_file_path:
          A table as returned by jcmwave_loadtable, or
          A cartesian fieldbag as returned by jcmwave_loadcartesianfields