From: Ashish Uthama on
On Thu, 24 Sep 2009 13:14:05 -0400, sunil satuluri
<sunil.satuluri(a)gmail.com> wrote:

> Hi matlab developer,
> I have a problem of converting .mat file
> into .arff file and importing the WEKA software into MATLAB. so please
> give the reply as early as possible.
>
>
> Thank you,
>
> Regards,
> sunilkumar s

The best way to formally request enhancements is to contact technical
support with some detail and background info using this link
http://www.mathworks.com/support/contact_us/index.html

I assume you are referring to the file format detailed here:
http://www.cs.waikato.ac.nz/~ml/weka/arff.html

I assume you have all the required header information and data as
matrices/cell in MATLAB. You could use file IO primitives like FOPEN ('wt'
mode) FPRINTF and FCLOSE to write out your data from MATLAB matrices as
..arff files.
 | 
Pages: 1
Prev: Problem with parallel algorithm
Next: JVM crashes