is it possible to recover automatically the measurement file comments?
- date
- hour
- project
- subject
- user comment
these informations are available with ETAS-MDA or by opening the file in a text editor
sometime it's necessary to adapt the subfunction "mygenvarname" in "mdfimport.m" for having valid variable names
by adding some lines like :
varName = strrep(varName,'à','a'); % Replace 'à' with 'a'
I use this method also to shorten long variable names :
example :
varName = strrep(varName,'ETCSignals_ES1000_ES1135_ES1232_ETK_','');
Very helpful but doesn't allow variable list (VAR) import option: mdfimport(fullFileName,'workspace',VAR,'ideal'). First time raster (time1) is incorrectly populated and error when looking for txt file if VAR>3. This error was noticed when used as a function in the command line.
I am trying to import some INCA data into the workspace. The problem I am running into is the the length of the signal name is more than 64 characters. Is there a way to change this limit.
What alternate options do I have to get this data into MATLAB?
Thanks,
Nilesh
Comment only