X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 28 Oct 2010 03:47 PM by  anon
matlab equivalent
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
28 Oct 2010 03:47 PM
    in matlab to Execute operating system command and return result, I can use sysem: system('command') [status, result] = system('command') [status,result] = system('command','*-echo*') what is the equivalent command in IDL?

    Deleted User



    New Member


    Posts:
    New Member


    --
    04 Nov 2010 10:57 AM
    you can use: spawn,' your command ', output print,output
    You are not authorized to post a reply.