|
From: | Isak Delberth Davids |
Subject: | Re: |
Date: | Tue, 27 Oct 2015 10:16:54 +0200 |
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 12parse error:syntax error>>> plot(A,B, `--')^>> plot(A,B)>>Using windows/CLII 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.
_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave
[Prev in Thread] | Current Thread | [Next in Thread] |