Simple vector question.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sebastian Daneli
el 4 de Abr. de 2022
Comentada: Sebastian Daneli
el 4 de Abr. de 2022
Say that I have the vectors
v1=[1 2 3]
v2=[4 3 8]
how can I, by using these two, create the following vector
v3=[4 3 3 8 8 8]
i.e., a vector with one 4s, two 3s and three 8s.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!