Hi, has anyone tried to use C to realize some data structure like cells in Matlab?

D

dd

Hi,

I'm porting some matlab programs to C and wonder wether someone has
tried to use C to realize some data structure like cells in Matlab?

I used ***p to realize cells that are like k*m*n, but for cells like
h*k*m*n, does anyone know how to do it?
 
R

Richard Heathfield

dd said:
Hi,

I'm porting some matlab programs to C and wonder wether someone has
tried to use C to realize some data structure like cells in Matlab?

I used ***p to realize cells that are like k*m*n, but for cells like
h*k*m*n, does anyone know how to do it?

I haven't the faintest idea what you're talking about, but if ***p works for
k * m * n, then presumably ****p will work for h * k * m * n.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top