How to convert cell array to double?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mira le
el 9 de Dic. de 2019
Respondida: Stephan
el 9 de Dic. de 2019
I have U like that :
U =
1×2 cell array
[1×2 double] [1×2 double]
>> U{1}
ans =
1 2
>> U{2}
ans =
2 3
I want to extract value of U and put them in an array sitem= [ ] without duplicate value
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion 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!