I'm calling a Matlab function from a c# .net application. The following code calls the function which returns a two dimensional array containing strings and doubles.
object result = null;
matlab.Feval("matlabTest", 1, out result);
If I hover over result when debugging I can see that 'result' which is an {object[1]} is a proper two-dimensional array containing {object[53,13]} of strings and doubles. How can this object (result) be displayed in a DevExpress GridControl?
Aucun commentaire:
Enregistrer un commentaire