octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with erase()


From: Steph Bredenhann
Subject: Re: Help with erase()
Date: Wed, 27 Dec 2017 17:52:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Hi Rik

Result is

>> untitled3
Error using erase (line 44)
Text to replace must be a string array, character vector, or cell array of character vectors.

Error in untitled3 (line 3)
s = erase ('this is it', ['this';'is  '])
 


On 26/12/2017 18:32, Rik wrote:
s = erase ('this is it', ['this';'is  '])
double (s)

--
Steph

reply via email to

[Prev in Thread] Current Thread [Next in Thread]