Activity for Jim Houskeeper

  • Jim Houskeeper Jim Houskeeper posted a comment on discussion Help

    I also added some print statements to the mat.c file to try to get a better understanding of what is happening, and this is what I get: File = mat.c, Line = 2759, mat->version = 0x100 File = mat.c, Line = 2718, class type = 17, matvar->name = (null), name = stereoParams File = mat.c, Line = 2718, class type = 17, matvar->name = (null), name = stereoParams File = mat.c, Line = 2718, class type = 9, matvar->name = , name = stereoParams File = mat.c, Line = 2777, Mat_VarReadInfo failed, returning N...

  • Jim Houskeeper Jim Houskeeper posted a comment on discussion Help

    Sure, here is the mat file. Really appreciate the help. Jim

  • Jim Houskeeper Jim Houskeeper posted a comment on discussion Help

    I am trying to read mat files created by MatLab version 2023a. If I open the files in MatLab I can see all of the variables in the file, which are a mix of structures, arrays numeric and string variables. However, when I attempt to read a variable from the file, the variable name is an empty string. As a result, if I try to read the variable using its name, Mat_VarRead returns NULL. This is the code I am using: matvar_t *MatLabUtilities::GetVariableFromMatFileMatio(const std::string& fileName, const...

1
MongoDB Logo MongoDB