Cell array and num2str comparison
Mostrar comentarios más antiguos
Hi,
I want to know the diiference in the attacehd image, ass well i would like to know how to convert [] to '' the strcamp will work well.
groupName = [11,12];
a = num2cell(groupName)
c = {'42', '12'}
rows = strcmp(a,c)
thanks,
Nadav

Respuesta aceptada
Más respuestas (1)
Image Analyst
el 11 de Sept. de 2022
1 voto
This should help you. FAQ:
1 comentario
Nadav
el 12 de Sept. de 2022
Categorías
Más información sobre Data Types 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!