Write your question here.
Hello All
I have a Matlab code and I want to convert it to C++, this code is full of matrices, and to define them in C++, it took more than 20 min to run a matrix 8*8 in C++, I have no idea about C++, and via rewriting this code I want to learn it.
I want to know if my approach is wrong. I mean defining matrices in C++ is not good and I must use another way, or defining matrix was wrong(20' for a 8*8)?
Can anyone guide me?
Thank you
Yeki