help-octave
[Top][All Lists]
Advanced

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

Re: How to print the string value using fprintf


From: Nicholas Jankowski
Subject: Re: How to print the string value using fprintf
Date: Wed, 22 Apr 2020 16:42:30 -0400


a = (aa bb cc dd)


well, that's obviously not your first line since that throws a syntax error.

octave:1> a = (aa bb cc dd)
parse error:

  syntax error

>>> a = (aa bb cc dd) 

what is your actual code?

reply via email to

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