Data Structure tranfered via ethernet

2 Ansichten (letzte 30 Tage)
HITESH TRIVEDI
HITESH TRIVEDI am 8 Dez. 2011
Sir, i need to generate a data structure like a.1,a.2,a.3 using pushbuttons in a GUI. then i need to transfer this structure to other pc via tcpip...can you plz suggest how to do that?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 8 Dez. 2011
That does not seem to be a data structure. Structure fields names must start with a letter.
If you are trying to transfer a structure, it has to be composed entirely of fields that you can serialize. Not everything is serializable.
It would be easier if you were to restrict the data types and nesting depths of the information to be transferred.

Weitere Antworten (0)

Kategorien

Mehr zu Structures 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!

Translated by