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

Discussion Groups

Discussion Groups | Matlab DSP | How to access a particular row and column of a excel file.

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

  

Post a new Thread

How to access a particular row and column of a excel file. - BALAJI RAMAN - Mar 24 5:59:00 2004



Hey guys thanks for helping me out fo the first problem of accessing
excel files through matlab. Now i have another problem..

channel = ddeinit('excel','C:\bal.xls')

prices = ddereq(channel,'r1c1 : r3c10')

this will print out row one to row three of bal.xls file through
column 10..

But what I want is to print or access row1 , row 11, row 22, row 33

Is there a way...

i also tried putting rj(j=1) in place r1 but it doesnt work i guess
there is a problem with conversion of int to string..

i also tried this

prices = ddereq(channel,'r(int2str(j))c1 : r(int2str(j))c10')

Any help in this regards will be a gr8 help..

Thanks in advance

Balaji




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