Calq commands and keywords

Command

plot2
Note: this function is deprecated as of calq4.2. This means that it is no longer supported. Use plot instead.

Definition

This command calls a plot command on the server with an array of data. The server's plot command produces an image showing a plot of the data. The local calq client then displays this image. Note that the image will display outside of the text box for the results. You may need to scroll down the screen to see it. This command is asynchronous, depending on things like the network and server's availability.

With HTML5, this command was re-written to allow the figures to appear as pop-up windows. Similar to imshow in v2.1.9.

Example

  t = 1:20;
  a = t*t - 4*t;
  plot2(a)

See also

imshow.


What is Calq?
Latest version of Calq
Digital Wave Systems Lab homepage