How to concatenate vectors of 10x2 and 11x1 in size?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I'm currently working on a project, where the original data consists of a vector that is 10x2, and another vector that is 11x1 in size. I'm now wondering if there is a "realistic" way to concatenate these two vectors (for example, insert the data from one vector from one position, insert the data from the second vector from another position, then once it has to be used, define which position we want to work "from"? If that makes any sense?) - Or if the only way to get it to work without doing a huge work-around would be to hold them in two different variables?
I realise this might be a bit messy as far as the explanation goes, so feel free to let me know if anything needs further explanation!
Thanks in advance.
5 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!