Combining the data
Mostrar comentarios más antiguos
F = 3 5 6 15 17 21 35 45 46 51 56 57 66 70 71
please tell how to combine as
3 5
5 6
6 15
15 17
17 21 as on
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 9 de En. de 2012
reshape(F, 2, []).'
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!