|
"Communications_engineer" <communications_engineer@yahoo.com> wrote in
message
news:c6be145c-1397-47a3-b499-feb9bc5d6948@z4g2000prh.googlegroups.com...
> Does anyone know how I can import TEMS (software for drive testing in
> cellular networks by Ericsson) log file in to Matlab to take data out
> of it
>
>
> Can an expert from Matlab guide me there is one?
1) Determine the format in which the data was written into the file (CSV,
some other sort of delimited file, binary, etc.)
2) With knowledge of the file format, use the appropriate functions (see
HELP IOFUN for a list of some that you may find useful) to read in the data.
Alternately, check the File Exchange on MATLAB Central
(http://www.mathworks.com/matlabcentral/) to see if someone has already
written a function to load in this particular type of file.
--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|