Hello,
i'd like to use matlab as Server for my .Net Application.
it is implemented as
MLApp.MLAppClass MatLab = new MLAppClass();
MatLab.Execute("a=2");
The first step starts matlab.
At the second line i becom a Exception
What is wrong?
Hello.
I'm developing a GUI. I've put a element into the handles structure.
My question is. How can I delete this object from the structure? Is it necessary to update the structure after this?
Thanks
Enrico Tietz
Hello,
I like to call one method from a COM - interface.
If i call a method from the interface for the first time, the reslut is correct.
If i try to call the method again, I become the following errror:
Invoke Error, Dispatch Exception:
Description: Der Objektverweis wurde nicht auf eine...
Hello,
I must develop a Libary which can interact with own programms. Peoples must take my blocks per Drag and Drop into their models to interact with our programms.
My questions are:
1) How can I create own blocks in my Libary?
2) Can I insert my Libary into the simulink libary browser?
Thank...