Jump to content

Programing Challenge


jordan

Recommended Posts

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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.