SCILAB - Kommandos und Keywords (Auswahl)



Similar documents
MATLAB LECTURE NOTES. Dr. ADİL YÜCEL. Istanbul Technical University Department of Mechanical Engineering

5: Magnitude 6: Convert to Polar 7: Convert to Rectangular

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

2+2 Just type and press enter and the answer comes up ans = 4

Introductory Course to Matlab with Financial Case Studies

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES

MATLAB Basics MATLAB numbers and numeric formats

FX 115 MS Training guide. FX 115 MS Calculator. Applicable activities. Quick Reference Guide (inside the calculator cover)

Introduction to Matlab

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

AIMMS Function Reference - Arithmetic Functions

Display Format To change the exponential display format, press the [MODE] key 3 times.

Part VI. Scientific Computing in Python

1. Classification problems

ERDAS Spatial Modeler Language Reference Manual

Financial Econometrics MFE MATLAB Introduction. Kevin Sheppard University of Oxford

Quick Tour of Mathcad and Examples

MATH BOOK OF PROBLEMS SERIES. New from Pearson Custom Publishing!

Higher Education Math Placement

SOME EXCEL FORMULAS AND FUNCTIONS

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

CD-ROM Appendix E: Matlab

Polynomial Neural Network Discovery Client User Guide

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Content. Chapter 4 Functions Basic concepts on real functions 62. Credits 11

Mathematics (MAT) MAT 061 Basic Euclidean Geometry 3 Hours. MAT 051 Pre-Algebra 4 Hours

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide

Expense Management. Configuration and Use of the Expense Management Module of Xpert.NET

Gerrit Stols

GeoGebra. 10 lessons. Gerrit Stols

WESTMORELAND COUNTY PUBLIC SCHOOLS Integrated Instructional Pacing Guide and Checklist Computer Math

Algebra and Geometry Review (61 topics, no due date)

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Prentice Hall Mathematics: Algebra Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Scicos is a Scilab toolbox included in the Scilab package. The Scicos editor can be opened by the scicos command

PGR Computing Programming Skills

096 Professional Readiness Examination (Mathematics)

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Data Analysis Tools. Tools for Summarizing Data

AMATH 352 Lecture 3 MATLAB Tutorial Starting MATLAB Entering Variables

PCHS ALGEBRA PLACEMENT TEST

How long is the vector? >> length(x) >> d=size(x) % What are the entries in the matrix d?

PTC Mathcad Prime 3.0 Keyboard Shortcuts

Beginning Matlab Exercises

Programming Exercise 3: Multi-class Classification and Neural Networks

KEANSBURG SCHOOL DISTRICT KEANSBURG HIGH SCHOOL Mathematics Department. HSPA 10 Curriculum. September 2007

How To Understand And Solve A Linear Programming Problem

R Graphics Cookbook. Chang O'REILLY. Winston. Tokyo. Beijing Cambridge. Farnham Koln Sebastopol

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

SCIENTIFIC CALCULATOR OPERATION GUIDE. <Write View>

The OptQuest Engine Java and.net Developer's Guilde

Function minimization

EXCEL FUNCTIONS MOST COMMON

TI-Nspire CAS Graphing Calculator

Analysis of System Performance IN2072 Chapter M Matlab Tutorial

Getting to know your TI-83

Basic Concepts in Matlab

Math 1. Month Essential Questions Concepts/Skills/Standards Content Assessment Areas of Interaction

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage

GeoGebra Statistics and Probability

GRADES 7, 8, AND 9 BIG IDEAS

Gamma Distribution Fitting

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

Birmingham City Schools

Prentice Hall Algebra Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009

WEEK #3, Lecture 1: Sparse Systems, MATLAB Graphics

IBM Unica Macros for IBM Unica Marketing Version 8 Release 6 May 25, User's Guide

Estimated Pre Calculus Pacing Timeline

KaleidaGraph Quick Start Guide

PLOTTING IN SCILAB.

Introduction to MATLAB

MATH. ALGEBRA I HONORS 9 th Grade ALGEBRA I HONORS

MATHEMATICAL INSTITUTE UNIVERSITY OF OXFORD. Exploring Mathematics with MuPAD

LAYOUT OF THE KEYBOARD

DRAFT. Further mathematics. GCE AS and A level subject content

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

MATHEMATICS (MATH) 3. Provides experiences that enable graduates to find employment in sciencerelated

PURSUITS IN MATHEMATICS often produce elementary functions as solutions that need to be

Portal Connector Fields and Widgets Technical Documentation

Appendix 3 IB Diploma Programme Course Outlines

Core Maths C2. Revision Notes

Pre-Calculus Semester 1 Course Syllabus

Introduction. Chapter 1

Math Course Descriptions & Student Learning Outcomes

MBA Jump Start Program

04 Mathematics CO-SG-FLD Program for Licensing Assessments for Colorado Educators

PRE-CALCULUS GRADE 12

Introduction to MATLAB (Basics) Reference from: Azernikov Sergei

MATLAB Commands and Functions

TESTING CENTER SARAS USER MANUAL

MATHS LEVEL DESCRIPTORS

Tutorial Program. 1. Basics

FX 260 Training guide. FX 260 Solar Scientific Calculator Overhead OH 260. Applicable activities

Appendix: Tutorial Introduction to MATLAB

Parameters and Expressions

Access Code: RVAE4-EGKVN Financial Aid Code: 6A9DB-DEE3B-74F

Transcription:

Download der Freeware http://www.scilab.org/products/scilab/download Einführungen www.fh-htwchur.ch/uploads/media/arbeiten_mit und_scicos_v1_01.pdf www.scilab.org/support/documentation/tutorials Dort: introscilab.pdf www.scilab.org/news/events/20100308 Dort: livret_lycees_2010.pdf Kommandos und Schlüsselwörter [...] matrix [...]' transposed matrix, blank ; matrix element separators [1,3.2,6,sin(0.3)] row vector, elements separated by comma [1 3.2 6 sin(0.3)] same vector, elements separated by blanks [1;3.2;6;sin(0.3)] same vector but transposed (column vector) [] empty matrix (e.g. to delete elements) $ highest index of a matrix // rest of line is treated as comment information 0:0.25:10 equally spaced row vector %pi, %i, %e, %eps, %t, %f, %inf, %nan predefined constants A, a,..., Z, z, %, _, #,!, $,? variable name elements, case sensitive, type help('names') abort interrupt evaluation. ans answer argn Returns the number of input/output arguments in a function call break keyword to interrupt loops case keyword used in select clear kills variables comments A sequence of two consecutives slashes // do language keyword for loops else keyword in if-then-else elseif keyword in if-then-else errcatch error trapping, useful for debugging purposes evstr evaluation of expressions exists checks variable existence deutsch englisch französisch 09.02.2011 1 von9

for language keyword for loops format number printing and display format global Define global variable if then else conditional execution matrix reshape a vector or a matrix to a different size matrix mode select a mode in exec file null delete an element in a list pause pause mode, invoke keyboard, extremely useful for debugging purposes. poly polynomial definition resume return or resume execution and copy some local variables return return or resume execution and copy some local variables then keyword in if-then-else varn symbolic variable of a polynomial what list the primitives while while keyword who listing of variables whos listing of variables in long form integrate integration of an expression by quadrature intg definite integral ode ordinary differential equation solver abs absolute value, magnitude acos element wise cosine inverse acosh hyperbolic cosine inverse acot computes the element-wise inverse cotangeant of the argument. acoth element wise hyperbolic cotangeant inverse. & logical and operator asin sine inverse asinh hyperbolic sine inverse atan 2-quadrant and 4-quadrant inverse tangent atanh hyperbolic tangent inverse binomial binomial distribution probabilities Differential Equations, Integration Differential Equations, Integration Differential Equations, Integration 09.02.2011 2 von9

bin2dec integer corresponding to a binary form cat concatenate several arrays ceil rounding up char char function conj conjugate cos cosine function cosh hyperbolic cosine cotg cotangent coth hyperbolic cotangent cumprod cumulative product cumsum cumulative sum dec2bin binary representation of decimal integer dec2hex hexadecimal representation of decimal integer dec2oct octal representation of integers diag diagonal including or extracting diff Difference and discrete derivative eval evaluation of a matrix of strings exp element-wise exponential eye identity matrix factor factor function fix rounding towards zero floor rounding down gsort sorting by quick sort agorithm hex2dec conversion from hexadecimal representation to integers imag imaginary part int integer part intersect returns the vector of common values of two vectors isdef checks variable existence isempty check if a variable is an empty matrix or an empty list isinf check for infinite entries isnan check for "Not a Number" entries isreal check if a variable as real or complex entries linspace linearly spaced row vector 09.02.2011 3 von9

logspace logarithmically spaced vector log natural logarithm log10 logarithm log2 base 2 logarithm max maximum meshgrid create matrices or 3-D arrays min minimum modulo symetric arithmetic remainder modulo m pmodulo positive arithmetic remainder modulo m ndgrid arrays for multidimensional function evaluation on grid norm matrix norms ones matrix made of ones or logical or of the elements of an array, see also logical or operator perms all permutations of vector components prod product rand random number generator real real part resize_matrix create a new matrix with a different size round rounding sign sign function sin sine function sinh hyperbolic sine size size of objects solve symbolic linear system solver sum sum (row sum, column sum) of vector/matrix entries tan tangent tanh hyperbolic tangent typeof object type zeros matrix made of zeros deff on-line definition of function exec script file execution, incl. modes für demo & debugging 09.02.2011 4 von9

execstr execute code in strings function opens a function definition varargin variable numbers of arguments in an input argument list varargout variable numbers of arguments in an output argument list nargin number of arguments in an input argument list chdir changes current directory find find indices of boolean vector or matrix true elements bool2s convert boolean matrix to a zero one matrix. axis_properties description of the axis entity properties bar bar histogram captions draw graph captions clf clear or reset the current graphic figure (window) to default values color returns the color id of a color colormap using colormaps contour level curves on a 3D surface contour2d level curves of a surface on a 2D plot delete delete a graphic entity and its children. drawlater makes axes children invisible. drawnow draw hidden graphics entities. figure_properties description of the graphics figure entity properties gca Return handle of current axes. gce Get current entity handle. gcf Return handle of current graphic window. getcolor opens a dialog to show colors in the current colormap graphics_entities description of the graphics entities data structures hist3d 3D representation of a histogram histplot plot a histogram isoview set scales for isometric plot (do not change the size of the window) legend draw graph legend LineSpec to quickly customize the lines appearance in plot(...) Files : Boolean Boolean 09.02.2011 5 von9

param3d 3D plot of a parametric curve plot 2D plot plot2d 2D plot plot3d 3D plot of a surface polarplot Plot polar coordinates polyline_properties description of the Polyline entity properties rotate rotation of a set of points show_pixmap send the pixmap buffer to the screen (animation) subplot divide a graphics window into a matrix of sub-windows surf 3D surface plot title display a title on a graphic window xarrows draw a set of arrows xdel delete a graphics window xgrid add a grid on a 2D plot xrect draw a rectangle xstring draw strings xtitle add titles on a graphics window list object and list function definition struct create a struct clc Clear Command Window lines rows and columns used for display completion returns words that start with the text you pass as parameter. interp cubic spline evaluation function interp1 one_dimension interpolation function splin cubic spline interpolation halt stop execution input prompt for user input load Load a saved variable or a serie of variables Data Structures Data Structures Shell Shell Completion Interpolation Interpolation Interpolation 09.02.2011 6 von9

save Save a variable or a serie of variables in a binary file getcolor opens a dialog to show colors in the current colormap disp displays variables printf Emulator of C language printf function det determinant expm square matrix exponential inv matrix inverse linsolve linear equation solver lsq linear least square problems. pinv pseudoinverse spec eigenvalues of matrices and pencils fminsearch Unconstr. min. of given function with the Nelder-Mead algorithm. optimset Configures and returns an optimization data structure. NDcost generic external for optim computing gradient using finite differences fsolve find a zero of a system of n nonlinear functions leastsq Solves non-linear least squares problems optim non-linear optimization routine clean cleans matrices (round to zero small entries) coeff coefficients of matrix polynomial derivat rational matrix derivative horner polynomial/rational evaluation roots roots of polynomials besseli Modified Bessel functions of the first kind (I sub alpha). beta beta function erf The error function. gamma The gamma function. blanks Create string of blank characters Output functions Output functions Special functions Special functions Special functions Special functions 09.02.2011 7 von9

grep find matches of a string in a vector of strings length length of object part extraction of strings strcat concatenate character strings strcmp compare character strings string conversion to string strsplit split a string into a vector of strings strsplit split a string into a vector of strings clock Return current time as date vector date Current date as date string datenum Convert to serial date number datevec Date components etime Elapsed time getdate get date and time information now Return current date and time sleep suspend tic start a stopwatch timer toc Read the stopwatch timer weekday Return day of week cdfbin cumulative distribution function Binomial distribution cdfnor cumulative distribution function normal distribution cdfpoi cumulative distribution function poisson distribution cdft cumulative distribution function Student's T distribution orrel correlation of two variables covar covariance of two variables mean mean (row mean, column mean) of vector/matrix entries median median (row median, column median,...) of vector/matrix/array entries moment non central moments of all orders regress regression coefficients of two variables st_deviation standard deviation (row or column-wise) of vector/matrix entries variance variance of the values of a vector or matrix 09.02.2011 8 von9

read_csv Read comma-separated value file (e.g. Excel file *.xls) apropos searches keywords in help completion returns words that start with the text you pass as parameter. help on-line help command Spreadsheet Online help management Online help management Online help management 09.02.2011 9 von9