From: Meeewa Gorobets on
I have code written in C, but I want to use a Matlab gui I have created to go with the code.

The code has to send some data to matlab and it should get plotted. I included an "axis" element on my gui.

My problem is, how do I send data to that gui from my C code?

This opens my gui: engEvalString(ep, "hodghux1");
But how do I access specific elements on the gui?

Thanks in advance!