Data Structure tranfered via ethernet

6 ビュー (過去 30 日間)
HITESH TRIVEDI
HITESH TRIVEDI 2011 年 12 月 8 日
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?

採用された回答

Walter Roberson
Walter Roberson 2011 年 12 月 8 日
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.
  1 件のコメント
HITESH TRIVEDI
HITESH TRIVEDI 2012 年 10 月 8 日
Thank You

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by