Cell array and num2str comparison
Mostra commenti meno recenti
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

Risposta accettata
Più risposte (1)
Categorie
Scopri di più su Data Types in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!