Prev: Memory leak using spmd
Next: reshape matrix
From: Adam on 20 Jan 2010 11:59 Good afternoon everyone, So, I have my program written in MatLab that finds the latest log file that has been created in a folder, reads it, parses it, and spits out a little clean file of essential information. I've made a function called StatsWriterX() which encapsulates this entire file. I would like to compile this into a dll and call it in VB6 so that every hour the MatLab dll runs out and grabs the data and parses it for me. I don't need to pass it any arguments, I just want it to run as if it were an application. Is there anything special I have to do for this to happen, or can this even be done? Thanks in advance for any help!
|
Pages: 1 Prev: Memory leak using spmd Next: reshape matrix |