×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

export table to excell

export table to excell

export table to excell

(OP)
hello,

I'm pretty unexperienced with matlab, so i hope my question is an easy one for you guys...

Using matlab i've made a chemical reactor model. For this model i used a standard ODE function. the output of the current model is a graph, which displays the calculated concentrations as a function of time. what i would like now is to access the generated data in table format. In the workspace only the time variable is shown, how can i view the calculated (concentration) parameters?

regards,

Evert

RE: export table to excell

Hi,

I arrange input and output vectors as columns in a new matrix and save it in ASCII.

This *.txt can be read by excell and other programs.

An example:

CODE

M_MS_O = [Q_o' MS_o';];  
save M_MSpin_o.txt M_MS_O -ascii

RE: export table to excell

(OP)
Thanks for your quick reply,

i will see if i can figure it out now

Evert

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources