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

Ads

Discussion Groups

Discussion Groups | Matlab DSP | converting matlabdates to excel dates

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

  

Post a new Thread

converting matlabdates to excel dates - deepa n.k - Mar 30 18:20:00 2002



I know I can use datenym function to convert
exceldates to matlab dates but,,, I dont know how to
convert matlabdates to exceldates.
Also is there a way of writing a matrix output into
excel data sheet?
Deepa





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

Re: converting matlabdates to excel dates - Joe Sababa - Apr 2 0:44:00 2002


--- "deepa n.k" <> wrote:
> I know I can use datenym function to convert
> exceldates to matlab dates but,,, I dont know how
> to
> convert matlabdates to exceldates.
> Also is there a way of writing a matrix output into
> excel data sheet?
> Deepa Hi,
The simplest thing is to put the year, month and day
in different cells at the exel sheet and make a macro
to use the DATE function of exel.
To transfer data from Matlab to excel I find it most
convenient to use wk1write. If you want to do it while
working I find exlserve package most convenient. You
can find it at the Mathworks site. It needed some
fixes (write to the author or to me if you have
problems).
If you no how to use activeX command you can even
invoke
the macro mensioned above from within the exlsetmat
function (included in exlserve) by adding few lines.

Joe
BSTEX - Equation viewer for Matlab
http://www.geocities.com/bstex2001
__________________________________________________




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