How to transfer a 2D array (each cell composed of 2 values separated by a coma) from matlab to a C++ program running independentely
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I'm generating a 2D array using matlab and i'd like to be able to access each cell from that array and access the 2 values (separated by a coma) in a c++ program that runs independentely of matlab.
How could I get an array in c++ in which all cells are composed of a variable type that contains 2 values?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Types 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!