how to convert mxChar to char?

3 Ansichten (letzte 30 Tage)
Erald Schipper
Erald Schipper am 15 Jan. 2014
Bearbeitet: Friedrich am 15 Jan. 2014
I am creating a MEX file for a connection with C++ on another computer. For that I need a char with the IP, but I can only extract an mxChar from the input of the mexfunction with mxGetChars. So my question is how to convert mxChar to char, is there another way of using mxGetChars?

Antworten (1)

Friedrich
Friedrich am 15 Jan. 2014
Bearbeitet: Friedrich am 15 Jan. 2014
Have you tried using mxGetString instead of mxGetChars?
int mxGetString(const mxArray *pm, char *str, mwSize strlen);

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by