I have multiple files. I need to combine info in the files.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Sunshine
el 25 de Oct. de 2020
Comentada: Rik
el 25 de Oct. de 2020
I have multiple files of the same length that represent a and b. For each value in a, I need to create a table such that I get a1b1, a1b2, a1b3...to a1b10. Then a2b1, a2b2, a2b3....a2b10. Then a3b1, a3b2, a3b3....a3b10. This should happen until I get a10b1, a10b2, a10b3....a10b10. How would I create this loop?
4 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Tables 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!