2016/2/9System Arch (Fire Tom Wada)1 SCILAB Glance and demonstration By: Pham Thi Thu Phuong.

Slides:



Advertisements
Similar presentations
Tutorial on Matlab and OpenCV Rui Ma TA of CMPT 414 May 14, 2013 Office hours: Fridays 11:00-12:00, CSIL TA Office 1 (ASB 9838)
Advertisements

Introduction to MATLAB The language of Technical Computing.
Introduction to Matlab Workshop Matthew Johnson, Economics October 17, /13/20151.
MATLAB – What is it? Computing environment / programming language Tool for manipulating matrices Many applications, you just need to get some numbers in.
Engineering Computation using MATLAB
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 20P. 1Winter Quarter Propulsion Lab with MATLAB Lecture 20.
Soft Computing 1 Matlab Tutorial Kai Goebel, Bill Cheetham RPI/GE CRD
EGR 106 – Week 2 – Arrays & Scripts Brief review of last week Arrays: – Concept – Construction – Addressing Scripts and the editor Audio arrays Textbook.
Programming in MATLAB Week 14 – 4/28/09 Kate Musgrave
Dr. Jie Zou PHY Welcome to PHY 3320 Computational Methods in Physics and Engineering.
Introduction to Array The fundamental unit of data in any MATLAB program is the array. 1. An array is a collection of data values organized into rows and.
Introduction to Matlab Jianguo Wang CSSCR September 2009.
Introduction to programming in MATLAB MATLAB can be thought of as an super-powerful graphing calculator Remember the TI-83 from calculus? With many more.
Digital Image Processing Lecture3: Introduction to MATLAB.
EPSII 59:006 Spring Topics Using TextPad If Statements Relational Operators Nested If Statements Else and Elseif Clauses Logical Functions For Loops.
1 MATLAB 基礎. 2 MATLAB  Workspace: environment (address space) where all variables reside  After carrying out a calculation, MATLAB assigns the result.
January 24, 2005 Lecture 3 - By P. Lin 1 CPET 190 Lecture 3 Problem Solving with MATLAB
Martin Ellison University of Warwick and CEPR Bank of England, December 2005 Introduction to MATLAB.
Introduction to MATLAB Session 1 Prepared By: Dina El Kholy Ahmed Dalal Statistics Course – Biomedical Department -year 3.
Data, graphics, and programming in R 28.1, 30.1, Daily:10:00-12:45 & 13:45-16:30 EXCEPT WED 4 th 9:00-11:45 & 12:45-15:30 Teacher: Anna Kuparinen.
Lecture 4 MATLAB Windows Arithmetic Operators Maintenance Functions
Objectives Understand what MATLAB is and why it is widely used in engineering and science Start the MATLAB program and solve simple problems in the command.
MEGN 536 – Computational Biomechanics MATLAB: Getting Started Prof. Anthony J. Petrella Computational Biomechanics Group.
QT - a C++ based GUI QT’s Designer and Assistant.
Computational Methods of Scientific Programming Lecturers Thomas A Herring, Room A, Chris Hill, Room ,
Matlab Workshop 1/10/07 Lesson 1: Matlab as a graphing calculator.
MATLAB Tutorial EE 327 Signals and Systems 1. What is MATLAB? MATLAB – Matrix Laboratory The premier number-crunching software Extremely useful for signal.
AI – CS289 Fuzzy Logic - Labs Fuzzy Logic – Lab 1 Starting up… 05 th October 2006 Dr Bogdan L. Vrusias
Chapter 1: Getting Started with MATLAB MATLAB for Scientist and Engineers Using Symbolic Toolbox.
What is MATLAB? MATLAB is one of a number of commercially available, sophisticated mathematical computation tools. Others include Maple Mathematica MathCad.
Getting Started with MATLAB 1. Fundamentals of MATLAB 2. Different Windows of MATLAB 1.
10/24/20151 Chapter 2 Review: MATLAB Environment Introduction to MATLAB 7 Engineering 161.
MATLAB Harri Saarnisaari, Part of Simulations and Tools for Telecommunication Course.
Scientific Computing Introduction to Matlab Programming.
Introduction to MATLAB Session 1 Simopekka Vänskä, THL 2010.
Math 15 Lecture 9 University of California, Merced Scilab A Short Introduction – No. 3 Today – Quiz #4.
ENG College of Engineering Engineering Education Innovation Center 1 Array Accessing and Strings in MATLAB Topics Covered: 1.Array addressing. 2.
Lecture 20: Choosing the Right Tool for the Job. What is MATLAB? MATLAB is one of a number of commercially available, sophisticated mathematical computation.
EGR 115 Introduction to Computing for Engineers MATLAB Basics 6: Debugging in MATLAB Monday 15 Sept 2014 EGR 115 Introduction to Computing for Engineers.
The Hong Kong Polytechnic University Industrial Centre MatLAB Lesson 1 : Overview & Environment Edward Cheung Room W311g.
Digital Image Processing Introduction to MATLAB. Background on MATLAB (Definition) MATLAB is a high-performance language for technical computing. The.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 20P. 1Winter Quarter Propulsion Lab with.
NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS ( NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS (PRACTICAL PART) Tutorial 2 : Matlab - Getting Started.
1. Starting 1 Let’s Learn Saenthong School, January – February 2016 Teacher: Aj. Andrew Davison, CoE, PSU Hat Yai Campus
Introduction to Programming on MATLAB Ecological Modeling Course Sep 11th, 2006.
MATLAB Programming. Why MATLAB is used ? It can use a simple instruction to compute a very complex mathematical function. It provides high resolution.
Downloading a Visual C compilers (try it yourself at home) Visual Studio 2012 can be found at:
An Introduction to Programming in Matlab Emily Blumenthal
Beginning Programming for Engineers Animation. Special matrix functions >> clear >> ones(2,3) >> zeros(3,5) >> ones(2) >> zeros(3) >> eye(4) >> magic(4)
M ATLAB – What Is It ? Name is from matrix laboratory Powerful tool for – Computation and visualization of engineering and science mathematics – Communication.
Chapter 3: Mastering Editors Chapter 3 Mastering Editors (Emacs)
Dept. of Computer & Information Sciences
Signals in Matlab Matlab as a name stands for Matrix Laboratory.
L – Modeling and Simulating Social Systems with MATLAB
MATLAB Basics Nafees Ahmed Asstt. Professor, EE Deptt DIT, DehraDun.
Outline Matlab tutorial How to start and exit Matlab Matlab basics.
Matlab Workshop 9/22/2018.
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
MATLAB Tutorial Dr. David W. Graham.
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
MATLAB – What Is It ? Name is from matrix laboratory Powerful tool for
BSc in Digital Media, PSUIC
Digital Image Processing
CSCI N207 Data Analysis Using Spreadsheet
Communication and Coding Theory Lab(CS491)
Glance and demonstration
funCTIONs and Data Import/Export
CSCI N317 Computation for Scientific Applications Unit 1 – 1 MATLAB
Introduction to Matlab
MATLAB stands for MATrix LABoratory.
Presentation transcript:

2016/2/9System Arch (Fire Tom Wada)1 SCILAB Glance and demonstration By: Pham Thi Thu Phuong

2016/2/9System Arch 2007 (Fire Tom Wada)2 Content Introduce main features How to install How to use –Command lines –Editor –Scicos Demo

2016/2/9System Arch 2007 (Fire Tom Wada)3 Main features Free software For calculation numerical, programming, simulation and graphics environment. Base on MATRIX (like MATLAB) SCILAB can be run on UNIX, Linux, Windows(9X/2000/XP), etc. Latest version: SCILAB 4.0

2016/2/9System Arch 2007 (Fire Tom Wada)4 How to install For the binary version, the minimum volume for running SCILAB is about 40 MB when decompressed. The simplest way to install and use SCILAB is download scilab-4.0.exe, run and follow its steps.

2016/2/9System Arch 2007 (Fire Tom Wada)5 How to use: enter a command line by typing after the prompt Command lines  Hints:  Scilab is case-sensitive.  // is not interpreted (it is a comment line)  % is used in front of defined keywords (e.g. %e = 2.718)  The $ symbol stands for the last row or last column index of a matrix or vector.  The colon symbol stands for “all rows” or “all columns”

2016/2/9System Arch 2007 (Fire Tom Wada)6 How to use: Programming: You can open SCIPAD to write your program Editor  Hints:  When save file, remember write filename + extension (*.sce, *.sci ) .sce files are executed .sci files are loaded to be used when we need them

2016/2/9System Arch 2007 (Fire Tom Wada)7 How to use: Scicos is a SCILAB toolbox, having function as Simulation tool. Scicos

2016/2/9System Arch 2007 (Fire Tom Wada)8 Practice 0) Setup SCILAB in your computer and Try page 5 and 6. 1) Try the following command to make plot –-->Fs=1/16 –-->n=0:Fs:10 –-->x=cos(2*%pi*n) –-->plot2d(n,x) 2) Try the following command to make plot –-->Fs=1/16 –-->n=0:Fs:8-Fs –-->zero=[ ] –-->one=[ ] –-->phi=%pi*[zero one zero one one one zero zero] –-->subplot(2,1,1) –-->plot2d(n,phi) –-->subplot(2,1,2) –-->x=cos(2*2*%pi*n+phi) –-->plot2d(n,x)