I'm trying to migrate an algorithm matlab to c + +.I'm newbie in matlab.
I want to know the working principle of the ndgrid
matlab function or if there are implementation of this function in c++?
Thank you.
Matlab can gererate C code for you.
See: link
The generated code does however depend on matlab libraries.