File:Uicontrol xcarre scilab.png

Uicontrol_xcarre_scilab.png(620 × 590 pixels, file size: 18 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
Français : Exemple d'interface graphique de Scilab utilisateur obtenue avec la fnction uicontrol. Calcul et tracé de la fonction carré.
English: Exemple of graphical user interface in Scilab made with the function uicontrol. Computes and traces the square function.
Date
Source Own work
Author Cdang

Scilab source

f = scf(0);
e = uicontrol("style", "edit", ...
    "position", [0 0 100 20])
t = uicontrol('style', 'text',...
    "position", [200 0 100 20], ...
    "string", "...");
b = uicontrol("string", "$x^2$",...
    "position", [100 0 100 20], ...
    "callback", "x = eval(e.string); y = x^2; t.string = string(y);...
        plot2d(x, y, style = -1);");

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current10:13, 17 December 2012Thumbnail for version as of 10:13, 17 December 2012620 × 590 (18 KB)Cdang (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata