matlab presentation

Post on 17-Dec-2015

221 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

review all your Matlab just in 30 min..

TRANSCRIPT

PowerPoint Presentation

Matlab MATLAB(matrixlaboratory) is amulti-paradigmnumerical computingenvironment andfourth-generation programming language. Developed byMathWorks, MATLAB allowsmatrixmanipulations, plotting offunctionsand data, implementation ofalgorithms, creation ofuser interfaces, and interfacing with programs written in other languages, includingC,C++,Java,FortranandPython.Matlab introductionMATLABis the high-level language and interactive environment used by millions of engineers and scientists worldwide. It lets you explore and visualize ideas and collaborate across disciplines including signal and image processing, communications, control systems, and computational finance.Matlab introduction Easy to use More powerful than other languageIt is used worldwide by scientist ,engineeringDaily of our devices cars, mobile phones their feature and components are design by matlab

In matlab course we have studiedDefining a variablePerforming simple mathematical operationsArray and MatrixPlotting graphLoopsVector If else statementSinusoidal function and its graphF.T

Defining a variable

Performing simple mathematical operations

Array

Assessing particular value from array

Plotting graph

loops

Vectors

Playing with vectors

If else statement

f=50;t=[0:1/f:50];A=1;y=A*sin(2*pi*f*t);plot(t,y)

top related