From: Dalal on
"John D'Errico" <woodchips(a)rochester.rr.com> wrote in message <hrkhf0$s4p$1(a)fred.mathworks.com>...
> "Roshan Rajaratnam" <rajaratnam_roshan(a)yahoo.com> wrote in message <hrkggv$r7f$1(a)fred.mathworks.com>...
> > guys can someone help me to find the height of a signature in which im so clueless.
>
> 1. Steal some code that finds the width of a signature.
>
> 2. Rotate the signature by 90 degrees.

from where i can find the width of a signature matlab code,, and how to rotate afterwards??

Regards

Dalal
From: us on
"Dalal " <dalal_safwan(a)yahoo.com> wrote in message <i2sgbj$a71$1(a)fred.mathworks.com>...
> "John D'Errico" <woodchips(a)rochester.rr.com> wrote in message <hrkhf0$s4p$1(a)fred.mathworks.com>...
> > "Roshan Rajaratnam" <rajaratnam_roshan(a)yahoo.com> wrote in message <hrkggv$r7f$1(a)fred.mathworks.com>...
> > > guys can someone help me to find the height of a signature in which im so clueless.
> >
> > 1. Steal some code that finds the width of a signature.
> >
> > 2. Rotate the signature by 90 degrees.
>
> from where i can find the width of a signature matlab code,, and how to rotate afterwards??
>
> Regards
>
> Dalal

a hint:
as per

1) in the human vision tbx...
2) turn the monitor sideways...

us
From: Walter Roberson on
Dalal wrote:
> "John D'Errico" <woodchips(a)rochester.rr.com> wrote in message
> <hrkhf0$s4p$1(a)fred.mathworks.com>...
>> "Roshan Rajaratnam" <rajaratnam_roshan(a)yahoo.com> wrote in message
>> <hrkggv$r7f$1(a)fred.mathworks.com>...
>> > guys can someone help me to find the height of a signature in which
>> im so clueless.
>>
>> 1. Steal some code that finds the width of a signature.
>>
>> 2. Rotate the signature by 90 degrees.
>
> from where i can find the width of a signature matlab code,, and how to
> rotate afterwards??

John accidentally missed a step,

3. Run the code to measure the width of the rotated signature.


To rotate the signature, you may wish to investigate makehgtform() if you have
a newer Matlab. Some of the older Matlab versions did not support that
function: which version are you using?