|
thank you, Lucio.
Regards,
Hao Zheng (Arthur)
ECE, Georgia Tech
"Lucio Andrade-Cetto" <lcetto@nospam.mathworks.com> wrote in message <ghlcbv$dnj$1@fred.mathworks.com>...
> That is correct, however if I am not wrong, it was corrected in 2007b or 2008a, the new mhelp reads now:
>
> STRNCMPI Compare first N characters of strings ignoring case.
> TF = STRNCMPI(S1,S2,N) performs a case-insensitive comparison between the
> first N characters of strings S1 and S2. The function returns logical 1
> (true) if they are the same except for letter case, and returns logical 0
> (false) otherwise.
>
> "Arthur Zheng" <hzheng7@gatech.edu> wrote in message <ghkoob$ric$1@fred.mathworks.com>...
> > Hi,
> > When I type "help strncmpi", it read as follows:
> > __________________________________________________________________
> > TF = STRNCMPI(S1,S2) compares the first N characters of strings S1 and S2 and returns logical 1 (true) if they are the same except for case, and returns logical 0 (false) otherwise.
> > __________________________________________________________________
> > I am wondering if there is a missing of N somewhere in the function parameter list?
> >
> >
> > Regards,
> > Hao Zheng (Arthur)
> > Electrical and Computer Engineering
> > Georgia Institute of Technology
|