Re: translation from matlab to C object containing matrices undefinedlength of object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • adinda

    Re: translation from matlab to C object containing matrices undefinedlength of object

    Well actually this is a smaller example than my main text to be
    honest...
    What i need to find is a way to save the resulting matrix Vnul,
    pointed to by Vnulpoint in an array of sorts. But i need to do this
    without knowing the number of results I'm going to get. This would be
    part of a minimization code...
    In matlab I have an array of matrices, which I add my resulting matrix
    to each time i go through the loop...I need the same in C.
    Thanks for the help so far.
Working...