User Activity

  • Modified a comment on discussion Help on MAT File I/O Library

    I tried every versions of MAT files. It is still producing unstable output. (Sorry for late response.)

  • Posted a comment on discussion Help on MAT File I/O Library

    I tried every versions of MAT files. It is still producing unstable output.

  • Posted a review on MAT File I/O Library
  • Modified a comment on discussion Help on MAT File I/O Library

    I want to improve speed of reading operation. I am trying to read variables using different thread for each variable. I am getting unstable output. Does Matio library support multi-threading? Thanks for this wonderful library by the way. std::map<std::string, matvar_t*> MatParser::ParseMatFile(mat_t *matfp, std::vector<std::string> UserVariableNames) { std::map<std::string, matvar_t*> VariablesOfUser; QMutex mutex; QtConcurrent::blockingMap(UserVariableNames, [&](const std::string &UserVar) { matvar_t*...

  • Posted a comment on discussion Help on MAT File I/O Library

    I want to improve speed of reading operation. I am trying to read variables using different thread for each variable. I am getting unstable output. Does Matio library support multi-threading? std::map<std::string, matvar_t*> MatParser::ParseMatFile(mat_t *matfp, std::vector<std::string> UserVariableNames) { std::map<std::string, matvar_t*> VariablesOfUser; QMutex mutex; QtConcurrent::blockingMap(UserVariableNames, [&](const std::string &UserVar) { matvar_t* MatVar = Mat_VarRead(matfp, UserVar.c_str());...

  • Posted a comment on discussion Help on MAT File I/O Library

    files with '.3' extension are Unix/Linux manual page files. You can read them with "man" command man file_name.3

View All

Personal Data

Username:
devrugu
Joined:
2023-08-23 10:45:18.674000
Location:
İstanbul / Turkey / +03
Gender:
Male

Projects

  • No projects to display.

Personal Tools