How to combine cells into a single cell?

4 visualizaciones (últimos 30 días)
Sim
Sim el 21 de Mayo de 2024
Comentada: Voss el 21 de Mayo de 2024
How to pass from "a" to "b", here following?
a = [{'[1,2)'}, {'[2,6)'},{'[6,11)'}]; % input
b = {'[1,2)','[2,6)','[6,11)'}; % desired output
I tried cat, but, it does not work:
b = cat(1,a{:})
Error using cat
Dimensions of arrays being concatenated are not consistent.

Respuesta aceptada

Voss
Voss el 21 de Mayo de 2024
  4 comentarios
Sim
Sim el 21 de Mayo de 2024
thanks!
Voss
Voss el 21 de Mayo de 2024
You're welcome!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays 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!

Translated by