Matlab and MS Word...
Matlab and MS Word...
(OP)
Hello everyone,
I was wondering if there was a way to creat a script in matlab to automatically export date to a Template in MS Word that would automatically generate a report.
Has anyone ever done this before...If yes. Could you send me some help on how to do this...thanks!!
I was wondering if there was a way to creat a script in matlab to automatically export date to a Template in MS Word that would automatically generate a report.
Has anyone ever done this before...If yes. Could you send me some help on how to do this...thanks!!





RE: Matlab and MS Word...
TTFN
RE: Matlab and MS Word...
RE: Matlab and MS Word...
Matlab has a toolbox called report generator. You setup a report file in .rpt format and you set all your report parameters...then all you do is type the following in the command window:
report filename...
you can chose to have your report generate as a HTML file or as a RTS (MS Word rich text file)
Very brillinat and very simple to use!!!