To talk on Icrontic, just register!

It only takes 30 seconds.

Have an account? Sign in:

Forgot?
raulinhoo
Getting settled in
raulinhoo
6 Posts

Exclamation Closing external programs in matlab

Hello all,

I would like to ask for help from anyone who know hows to close external programs from matlab. so far this is what I can do:

1.) I open abaqus through matlab and run my file,
2.) I would like to plot graphs in matlab from the results I output from the simulation. (yes, i know abaqus has graph plot function)

This is what i would like to have help with:
3.) I would like matlab to wait until abaqus has finished simulation and then close abaqus and continue with the rest of my M.file.

I cannot use " e = actxserver(" ".application)" >> e.Quit; e.delete; as abaqus is not a windows office based application. I tried it none the less but didn't work.

Any help with this would be extremely grateful as I am starting to panic a bit, have been stuck on this for a day now! any advice/help welcome. thanks in advance!

Best regards,

Raul
shwaip
elaborate bot
shwaip
5,730 Posts
Code:
system('command');
should execute whatever 'command' you give it. type:
help system
for more info.
__________________ my photostream for ic photography challenge

Anyone who wants dropbox, please use my referral link
raulinhoo
Getting settled in
raulinhoo
6 Posts
thanks a lot!
Similar Threads
Thread Thread Starter Forum Replies Last Post
mav_vam ~ Programs Closing Themselves !! mav_vam Resolved / Inactive 16 16 Apr 2007 5:24am
Windows Add/Remove Programs Corrupt? T-LAM-C Operating Systems 2 27 Nov 2006 1:06am
External Portable Hard Drives Sledgehammer70 General Hardware 4 26 Apr 2006 9:57pm
Adamsun HJT log - please help adamsun Resolved / Inactive 5 5 Jun 2005 7:55am

Go Back   Icrontic Forums > Tech: Software > General Software > Matlab Help
Jump to
This Thread Search this Thread
Search this Thread:

Advanced Search


Current time: 6:31pm (GMT)
Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Get Vanilla instead. Trust me.