How can I set the real or imaginary component of a single element of a complex mwArray?

4 visualizzazioni (ultimi 30 giorni)
Given: mwArray mwParams_1(2, 2, mxDOUBLE_CLASS, mxCOMPLEX);
Example: How can I set the real component of element (1,2) to 2.0.

Risposta accettata

Jeff Rudin
Jeff Rudin il 19 Giu 2018
mwParams_1.Real()(1,2) = 2.0;

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by