help-octave
[Top][All Lists]
Advanced

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

Put Test In Plot


From: Thomas D. Dean
Subject: Put Test In Plot
Date: Thu, 24 Feb 2011 18:51:57 -0800

In a page of 6 plots, I want subplot(3,2,1) to contain several lines of
test, like

exp_txt=["This is line one";
"and, line two";
and etc."];

How do I do this?

In scilab, I use

subplot(3,2,1);
titlepage([tt1;
          'Bomar Crystals';
          'Sep 11 10:17 ';
          tt2;
          'Set Point 320';
          'At 5800, impulsed system by touching VcTcXo';
          'thereby changing system temperature';
          'Filter Time Constant 30 seconds';
          'fo  = (fi>>10) + (fil>>10)']);


tomdean



reply via email to

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