Hi ! Tobias ! I am thankful about your help to me ! I was thinking that i had to add a public property "Keys" for mlStruct but you already add it ! And this is working ! Thanks so much for the help Tobias ! Sorry for the bad english i am from Brazil ! Thanks !
Hi Tobias ! So i am going to remove it but how i am going to add a public property "Keys" for mlStruct ? And i am going to use the lastest.dll thank you for letting me know this ! I want to read the names because as i told you i need this because in my internship i am making this program to read any .mat with diferrent structs and the names of the struct variables ! And as you noticed I'm still half bad in C # ! But can you help me ? Thanks !
Hi Tobias ! I am thankful about your help to me but i cant add a public property "Keys" for the MLStructure i am getting a error that says "The type not geneneric "MLStructure" can't be used like as type arguments" What is this ? And without declaring this i get a error in mlStruct.Keys this error says like i don't have the property Keys in mlStruct ! Can you help me ? As I told you I really need this for a project in my intership Sorry for the bad english i am from Brazil ! Thanks ! using System;...
Hi Tobias ! I am going to use the code that you updated in the Usage Examples ! And then I'll tell you if this works ! Thank you very much ! Hugs from Brazil !
Hi ! So i am using this lib for read MAT Files that have a Struct variable and i have a problem i am trying to read a MAT File that have a Struct called MOVEFPSO and this Struct has four variables : data: 28004x6 double array name: FPSO (Char) unidades: 1x6 cell array nomes: 1x6 cell array And i am trying to get the name of these variables using this code : /* The element b is 0 so i can read the Struct and with this code i can get the name of the Struct that is MOVEFPSO */ MLStructure mlStruct =...