02.02.2013 Views

Scilab for Real Dummies

Scilab for Real Dummies

Scilab for Real Dummies

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Check handles<br />

with gcf() gcf()<br />

�� The function plot2d()<br />

produces the plot below<br />

�� The command gcf() gcf()<br />

gives<br />

the list to the right<br />

�� The list is the handle <strong>for</strong> the<br />

defined function (<strong>Scilab</strong><br />

literature also refers to<br />

individual rows in the list by<br />

the term “handle handle”)<br />

-->x = linspace(0,4*%pi,100); plot2d(x,0.5*cos(x))<br />

-->f = gcf()<br />

f =<br />

Handle of type "Figure" with properties:<br />

========================================<br />

children: "Axes“<br />

figure_position = [567,485]<br />

figure_size = [628,592]<br />

axes_size = [610,460]<br />

auto_resize = "on“<br />

viewport = [0,0]<br />

figure_name = "Graphic window number %d“<br />

figure_id = 0<br />

info_message = "“<br />

color_map= matrix 32x3<br />

pixmap = "off“<br />

pixel_drawing_mode = "copy“<br />

anti_aliasing = "off“<br />

immediate_drawing = "on“<br />

background = -2<br />

visible = "on“<br />

rotation_style = "unary“<br />

event_handler = "“<br />

event_handler_enable = "off“<br />

user_data = []<br />

tag = ""

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!