Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to set the coordinates of alphabets using matlab.
How may I do this, please help me out.
Thanks.
Posted
Updated 6-Mar-10 23:06pm
v2

I would say that your best bet would be to make a 2D array [26][10] where you have 26 letters and n<10 points which are connected somehow (maybe a connection map) so that you can use the point list as a dataset for penDown/penUp.

The simplest example is the old analogue LCD displays that fit all letters into a superimposed X and 8.. Most calculators still use this method, don't they?
 
Share this answer
 
v2
but do u have any example or tutorial for solving this problem?
:confused:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900