Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | Matlab DSP | Unable to read xls file

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

Unable to read xls file - Suyash Kamal Sinha - Feb 2 15:26:17 2008



Hi,
I am trying to read some data using xlsread. It is giving following 
msg-
Unable to read XLS file C:\MATLAB6p5\work\test.xls. File is not in
recognized format.
Error in C:\MATLAB6p5\toolbox\matlab\iofun\xlsread.m
biffvector = biffread(filename);
Error in C:\MATLAB6p5\work\readfile.m
ax=xlsread('test.xls');

Can anyone help me on this.
Thanks.
Suyash



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: Unable to read xls file - PRAJIT S NAIR - Feb 4 8:18:51 2008

Hello Suyash

Difficult to say without seeing the "test.xls" file............But Please
check.....

1) Directory of  the 'test.xls' file? Is the path name correct?
2) Is the original file in 'xls' format?
3) Try matlab function 'csvread'  and check the result

Regards
S Prajit Nair

On Feb 2, 2008 2:24 PM, Suyash Kamal Sinha <s...@hotmail.com> wrote:

>   Hi,
> I am trying to read some data using xlsread. It is giving following
> msg-
> Unable to read XLS file C:\MATLAB6p5\work\test.xls. File is not in
> recognized format.
> Error in C:\MATLAB6p5\toolbox\matlab\iofun\xlsread.m
> biffvector = biffread(filename);
> Error in C:\MATLAB6p5\work\readfile.m
> ax=xlsread('test.xls');
>
> Can anyone help me on this.
> Thanks.
> Suyash
>
>  
>



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re:Unable to read xls file - ye yang - Feb 5 8:33:48 2008

Is your test.xls really xls file or you just renamed from other file types to .xls? I
think if you created it by Excel and saved as .xls, xlsread should can open it correctly.
   
  Hope this helps.
   
  Ye



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )