Glance and demonstration

Slides:



Advertisements
Similar presentations
Introduction to MATLAB The language of Technical Computing.
Advertisements

Introduction to Matlab Workshop Matthew Johnson, Economics October 17, /13/20151.
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.
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.
Digital Image Processing Lecture3: Introduction to MATLAB.
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
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.
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.
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.
Math 15 Lecture 9 University of California, Merced Scilab A Short Introduction – No. 3 Today – Quiz #4.
Chapter 1 – Matlab Overview EGR1302. Desktop Command window Current Directory window Command History window Tabs to toggle between Current Directory &
Lecture 20: Choosing the Right Tool for the Job. What is MATLAB? MATLAB is one of a number of commercially available, sophisticated mathematical computation.
Introduction to MATLAB Zongqiang Liao Research Computing Group UNC-Chapel Hill.
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.
2016/2/9System Arch (Fire Tom Wada)1 SCILAB Glance and demonstration By: Pham Thi Thu Phuong.
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.
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.
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.
AI – CS364 Matlab Fuzzy Toolkit Running the Matlab Fuzzy Toolkit 10 th October 2006 Dr Bogdan L. Vrusias
Chapter 3: Mastering Editors Chapter 3 Mastering Editors (Emacs)
Dept. of Computer & Information Sciences
CST 1101 Problem Solving Using Computers
Introduction to Matlab
Signals in Matlab Matlab as a name stands for Matrix Laboratory.
L – Modeling and Simulating Social Systems with MATLAB
Information Communication and Technology Services
MATLAB Basics Nafees Ahmed Asstt. Professor, EE Deptt DIT, DehraDun.
Guide To UNIX Using Linux Third Edition
Basic operations in Matlab
Outline Matlab tutorial How to start and exit Matlab Matlab basics.
MATLAB DENC 2533 ECADD LAB 9.
Matlab Workshop 9/22/2018.
Let's Learn Python and Pygame
Use of Mathematics using Technology (Maltlab)
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
CSCI N207 Data Analysis Using Spreadsheet
Digital Image Processing
CSCI N207 Data Analysis Using Spreadsheet
Communication and Coding Theory Lab(CS491)
funCTIONs and Data Import/Export
CSCI N317 Computation for Scientific Applications Unit 1 – 1 MATLAB
Using Script Files and Managing Data
Amos Introduction In this tutorial, you will be briefly introduced to the student version of the SEM software known as Amos. You should download the current.
MATLAB stands for MATrix LABoratory.
Data analysis with R and the tidyverse
Presentation transcript:

Glance and demonstration SCILAB Glance and demonstration By: Pham Thi Thu Phuong 2019/1/16 System Arch 2007 (Fire Tom Wada)

System Arch 2007 (Fire Tom Wada) Content Introduce main features How to install How to use Command lines Editor Scicos Demo 2019/1/16 System Arch 2007 (Fire Tom Wada)

System Arch 2007 (Fire Tom Wada) Main features Free software http://www.scilab.org/ 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 2019/1/16 System Arch 2007 (Fire Tom Wada)

System Arch 2007 (Fire Tom Wada) 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. 2019/1/16 System Arch 2007 (Fire Tom Wada)

System Arch 2007 (Fire Tom Wada) How to use: Command lines enter a command line by typing after the prompt 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” 2019/1/16 System Arch 2007 (Fire Tom Wada)

System Arch 2007 (Fire Tom Wada) How to use: Editor Programming: You can open SCIPAD to write your program 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 2019/1/16 System Arch 2007 (Fire Tom Wada)

System Arch 2007 (Fire Tom Wada) How to use: Scicos Scicos is a SCILAB toolbox, having function as Simulation tool. 2019/1/16 System Arch 2007 (Fire Tom Wada)

System Arch 2007 (Fire Tom Wada) HW4 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 -->n=0:Fs:8-Fs -->zero=[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] -->one=[1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1] -->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) 2019/1/16 System Arch 2007 (Fire Tom Wada)