Effacer les filtres
Effacer les filtres

converison of cell array into character

1 vue (au cours des 30 derniers jours)
piyari sadia
piyari sadia le 20 Août 2011
how i use letter='AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890' ; these letter to convert cell array into character.........?
  2 commentaires
Kishor
Kishor le 20 Août 2011
try this one. abc = {'aa','bb','cc'};sprintf('\n%s',abc{:});
Jan
Jan le 20 Août 2011
The question is really unclear. Please show the input and the wanted output, otherwise we cannot guess what "convert cell array into character" means.

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 20 Août 2011
This question doesn't make any more sense than when you asked it last time (in a question you have since deleted.)
Give an example input and the corresponding output that you would like to have.
  1 commentaire
Walter Roberson
Walter Roberson le 20 Août 2011
Wait, I might finally understand ?!
Is your original data a matrix of pixels, perhaps even already broken up in to individual arrays of pixels around a character, and each matrix of pixels represents a character, and your task is to recognize _which_ character it is?
If so, then there are about 6 or 7 decades of research on this topic, so you should go visit Google Scholar and pick out some scientific papers, read AND UNDERSTAND them, and make a decision about which one you are going to implement.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Google dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by