Skip to content

scSelectImporter

  scSelectImporter returns a function handle to the appropriate sigTOOL import function

  Example:
  fcn=scSelectImporter(filename);
  fcn=scSelectImporter(extension);

  where filename or extension are strings e.g
        fcn=scSelectImporter('myfile.abf');
        fcn=scSelectImporter('.mcd');

  scSelectImporter also sets up the relevant ImportXXX function by
  loading any required libraries (e.g. the relevant NeuroShare DLL)

  -------------------------------------------------------------------------
  Author: Malcolm Lidierth 11/09
  Copyright © The Author & King's College London 2009-
  -------------------------------------------------------------------------