help-octave
[Top][All Lists]
Advanced

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

[no subject]


From: Jonathan Camilleri
Subject:
Date: Tue, 27 Oct 2015 09:10:11 +0100

There must be something I am doing wrong because I am not seeing the results on the graph, how does plotting matrices work?

Command line:
>> A=[1,2;5,6];
>> B=[3,3;5,6];
>> plot(A,B, `--')
error: invalid character '`' (ASCII 96) near line 1, column 12
parse error:

  syntax error

>>> plot(A,B, `--')
              ^

>> plot(A,B)
>>
Using windows/CLI
I get the impression by reading the plot help that I can specify a format however again something must be wrong in my understanding of the FMT parameter.


Inline images 1

--
Jonathan Camilleri

Mobile (MT): ++356 7982 7113
E-mail: address@hidden
Please consider your environmental responsibility before printing this e-mail.
 
I usually reply to emails within 2 business days.  If it's urgent, give me a call.




reply via email to

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