I define 3 matrix for multiplying,A, B, C.one of that is for the answer!I do it but I have a problem in output.I want to get output in array mode to display in glcd but I don't know how I must do it! please help mearm_mat_mult_f32(&matrix1,&matrix2,&answer);
The basic idea of "homework" is doing it by yourself so you learn.
bagherian_99 said:I want to get output in array mode to display in glcd but I don't know how I must do it!
Your thread title says the problem is in "matrix multiplying", but then you say the problem is with displaying the result on a gLCD.
So which is it?
and the people to go to for help with homework are your teachers!
They know you. They know what you have been taught in class. They have the full details of this assignment.
We have none of that.
I solved the problem , in cmsis mat mult there were a little detail so I ask u and I find how can I get the answer.
My home work was create two 3*3 matrix and display them in glcd and then multiply them and show the answer.
bagherian_99 said:there were a little detail so I ask u and I find how can I get the answer.
there were a little detail so I ask u and I find how can I get the answer.
How about sharing that answer for the benefit of anyone else who might come along with the same question?
i wrote this program and upload it on the github,this code wrote very bad in generate random (I most write it in for loop with array).u can commit it.https://github.com/bagherian78/arm_mat_mult_f32-glcd-64-128