hi , i want to extract lower case letters i & j and also want to know the placements of dots?

1 view (last 30 days)
hi , i want to extract lower case letters i & j and also want to know the placements of dots? i will elaborate my question, i want to firstly extract the letters i & j.Then the position of dots with respect to i and j.That is whether the dots are towards left or right or straight at the top.Their distances from the base.
  6 Comments

Sign in to comment.

Answers (1)

Orion
Orion on 22 Oct 2014
Edited: Orion on 22 Oct 2014
Hi,
see strfind
ex :
str = 'ARTioLMj'
strfind(str,'i')
strfind(str,'j')
same for dots
  1 Comment
Syeda
Syeda on 26 Oct 2014
THANKS FOR YOUR ANSWER BUT IAM GETTING AN ERROR "Undefined function or method 'ocr' for input arguments of type 'double'". PLEASE HELP

Sign in to comment.

Categories

Find more on Characters and Strings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!