Hello, I have a Mat data = [255,0,255,0,0,0] which is a 1X6. I would like to add another information in the Mat data=[255,0,255,0,0,0,50] an additional of another info 50 in the Mat for 1X7.
Is this feasible?
1 | initial version |
Hello, I have a Mat data = [255,0,255,0,0,0] which is a 1X6. I would like to add another information in the Mat data=[255,0,255,0,0,0,50] an additional of another info 50 in the Mat for 1X7.
Is this feasible?