Pergunta

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.

Foi útil?

Solução

Matlab can gererate C code for you.

See: link

The generated code does however depend on matlab libraries.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top