Re: Vectorizing FIND - help please
- From: Dan Hensley <dan@xxxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 15:38:16 -0600
On Mon, 29 Aug 2005 17:35:32 -0400, ysjung wrote:
> I have a problem with FIND command!
>
> I have been trying to vectorize this:
>
> str = 'cool water is . refreshing ?';
>
> i = find(str == [' ' '.' '?']);
>
> and I get this error.
> ??? Error using ==> eq
> Matrix dimensions must agree.
>
> I know how to this in loops but it just takes forever ... any
> recommandation would be greatly approaciated!
help strfind
Dan
.
- Follow-Ups:
- Re: Vectorizing FIND - help please
- From: ysjung
- Re: Vectorizing FIND - help please
- References:
- Vectorizing FIND - help please
- From: ysjung
- Vectorizing FIND - help please
- Prev by Date: Vectorizing FIND - help please
- Next by Date: Re: Vectorizing FIND - help please
- Previous by thread: Vectorizing FIND - help please
- Next by thread: Re: Vectorizing FIND - help please
- Index(es):
Relevant Pages
|