You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AIMMS - The Modeling System
Dear Folks,
I was wondering that if i can call a program (including several .m
files) written in Matlab by AIMMS?
Thank you very much for your response,
BR,
Hamid
nikhil
unread,
Apr 20, 2011, 6:12:50 PM4/20/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AIMMS - The Modeling System
I would explore using web services to enable this - both AIMMS and
Matlab support web service (I have never used the latter).
Nikhil
Marcel Roelofs
unread,
Apr 21, 2011, 7:50:59 AM4/21/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AIMMS - The Modeling System
Writing a little wrapper function in C that calls Matlab, and calling
that function from within your AIMMS project as an external function
seems much more straightforward. You can find more details in the
language reference.