Thread: Convert Mathlab MaxArray to c++ DataType

  1. #1
    Registered User
    Join Date
    Sep 2013
    Posts
    1

    Convert Mathlab MaxArray to c++ DataType

    Dear All,

    Can anyone Help Me to Convert Mathlab MaxArray to C++ Datatype??
    Example:MaxArray *int[];or MaxArray **int;

    I am Trying to Export some functions from a Mathlab C DLL.

    Thanks
    Ohiofudu

  2. #2
    - - - - - - - - oogabooga's Avatar
    Join Date
    Jan 2008
    Posts
    2,808
    Firstly, what's a "maxarray"? Do you mean "array"? Or "matrix"?


    I assume that exporting the data to a text file and reading it is not what you want (or is it?). Instead, you want to convert the Matlab internal representation to a C++ internal representation directly. Is that correct?
    The cost of software maintenance increases with the square of the programmer's creativity. - Robert D. Bliss

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 09-23-2012, 03:06 PM
  2. Convert a variable's datatype
    By sauwen in forum C Programming
    Replies: 3
    Last Post: 12-08-2010, 12:47 AM
  3. datatype bit?
    By MK27 in forum C Programming
    Replies: 3
    Last Post: 02-05-2009, 01:56 PM
  4. Datatype
    By ssharish2005 in forum C Programming
    Replies: 6
    Last Post: 08-04-2008, 12:53 PM
  5. How to Convert a byte datatype to char or string
    By kvp_vivek in forum C Programming
    Replies: 3
    Last Post: 06-17-2006, 02:20 PM