Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7417979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:48:02+00:00 2026-05-29T07:48:02+00:00

I would like to know if there is a way to know the ‘z’

  • 0

I would like to know if there is a way to know the ‘z’ dimension of a 3D array when reading data from a ‘MAT-file’ using the MATLAB API. I’ve implemented a function to load the data from file as follows:

double* importMATFile(const char* i_file)
{
    MATFile *pMF;
    // open MAT-file
    pMF = matOpen(i_file, "r");
    // check for file errors

    // Matlab Array Data
    mxArray *mArrayData;
    // Matlab Variable Name
    const char* mVarName = NULL;
    // read data from file
    mArrayData = matGetNextVariable(pMF, &mVarName);

    // pointer to mxArray data
    double *dataPtr; 
    dataPtr = (double*) mxGetPr(mArrayData);

    // NOTE MATLAB work in COLUMN-MAJOR order

    // dimension of the array : rows
    int32_t NROWS = mxGetM(mArrayData);
    // Right now the z dimension must be known a priori
    int32_t NDEPTH = 32
    // dimension of the array : cols
    int32_t NCOLS = mxGetN(mArrayData) / NDEPTH;

    return dataPtr;
}

I’m stuck when getting the DEPTH value, in order to know the number of columns. I’ve have noticed that the result of the function mxGetNumberOfDimensions(mArrayData) is 3, so, the API knows there are three dimensions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T07:48:03+00:00Added an answer on May 29, 2026 at 7:48 am

    I believe what you want is mxGetDimensions. It will return the size of each of the dimensions. This should work for any number of dimensions, not just 3.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know if there is a way of using the notication
I would like to know if there is a way I could check from
I would like to know is there any way to generate xml schema from
I would like know if there's any way to avoid using the keyword @using
I'm new to PowerBuilder 12, and would like to know is there any way
I would like to know if there's a way in java to find out
I would like to know if there is a way to execute polygons queries
I would like to know if there is any way to find the actual
I would like to know if there is a way to keep the session
I would like to know if there is any way I can apply 100%

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.