How to host a MATLAB instance in WPF Host
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I want to integrate MATLAB into a C# WPF application. I've searched Google as much as I can and discovered, it's one thing if we've got some calculations, it might be doable.
However, we've got a case where our R&D team has a strong investment of time and effort maintaining not only calculations, but also an extensive user interface.
We want to integrate that piece through WPF with other non-MATLAB features, coordinated through a WPF hosting interface of sorts.
I know WPF can host 32-bit WinForms and such for things like painting, intercept and/or relay mouse and keyboard events and such. Is something like this doable integrating a MATLAB UI in a WPF host?
At first blush it seems the MATLAB environment wants to be in the driver's seat, not unlike T&M environments such as LabView. I could be wrong about that, but I'm a .NET guy, not a MATLAB guy.
Would someone advise?
Thank ye...
0 Kommentare
Antworten (3)
Siehe auch
Kategorien
Mehr zu Call Java from MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!