Question

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.

Était-ce utile?

La solution

Matlab can gererate C code for you.

See: link

The generated code does however depend on matlab libraries.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top