"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.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.