help-octave
[Top][All Lists]
Advanced

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

Re: "warning: implicit conversion from matrix to sq_string" message


From: Jordi Gutiérrez Hermoso
Subject: Re: "warning: implicit conversion from matrix to sq_string" message
Date: Fri, 5 Aug 2011 09:46:05 -0500

On 5 August 2011 01:18, Sergei Steshenko <address@hidden> wrote:

>
> "
>        fprintf(stderr, "%s",  strvcat(output));
> "
>
> seems to be the answer, i.e. 'strvcat' is the explicit conversion in
> question.

strvcat will probably be deprecated soon. Use char instead.

Also, toascii doesn't convert to strings. It's the other way around,
given a string, converts to their numerical ASCII value.

HTH,
- Jordi G. H.


reply via email to

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