How to convert a returned dataset object to tables

10 Ansichten (letzte 30 Tage)
Karthick Jonagadla
Karthick Jonagadla am 18 Jan. 2016
Beantwortet: Walter Roberson am 21 Jan. 2016
I am using a .Net dll which returns me a dataset which contains 39 tables inside it with multiple columns in table. I am getting the dataset object but how to convert that into a usable data with tables and column names.
  1 Kommentar
Rebecca Krosnick
Rebecca Krosnick am 20 Jan. 2016
Are you creating a C# or Visual Basic application? You will probably need to use the MWArray API. The following links provide examples:
If you can post examples of the output data you are currently receiving and the data type or format you would like to convert it to, that would be helpful.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 21 Jan. 2016
If you mean dataset in the sense of the dataset datatype from the Statistics toolbox, then you should use dataset2table() to convert it to a MATLAB table object.

Kategorien

Mehr zu Tables 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