jordan Posted June 8, 2006 Posted June 8, 2006 Part of my job this summer is to write a program that imports data into matlab, does a bunch of manipulations and makes some graphs and stuff and then exports it all into a Word document. I'm trying to make this as independent of the user as possible (I don't want the user to have to copy and paste everything into word themselves.) Does anyone know how I could go about exporting data from Matlab into Word? For example, I'd like a table like the following: x | (x1) | (x2) | (x3) | ___________________ y | (y1) | (y2) | (y3) | This is really simplified, but anyway...I want the user to type in a bunch of inputs, Matlab runs some programing and opens up word and put variables x1,x2,x3,y1,y2,y3 in their places in the table so in the end I just end up with a clean, presentable table of values. I think if anyone can help me get this far I can expand on that to include the graphs and charts and everything I'm going to need. Anyone have any ideas?
Cap'n Refsmmat Posted June 8, 2006 Posted June 8, 2006 I think what you want can be achieved through Matlab's built-in features. http://www.mathworks.com/products/matlab/description6.html
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now