Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

MATLAB

MATLAB - Programming language

< >

MATLAB is a programming language created in 1984 by Cleve Moler.

#11on PLDB 39Years Old 2.7mUsers
177Books 35Papers 312kRepos

MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment. A proprietary programming language developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, C#, Java, Fortran and Python. Although MATLAB is intended primarily for numerical computing, an optional toolbox uses the MuPAD symbolic engine, allowing access to symbolic computing abilities. Read more on Wikipedia...


Example from hello-world:
disp('Hello World')
% Hello World in MATLAB. disp('Hello World');
Example from Linguist:
function [ d, d_mean, d_std ] = normalize( d ) d_mean = mean(d); d = d - repmat(d_mean, size(d,1), 1); d_std = std(d); d = d./ repmat(d_std, size(d,1), 1); end
Example from Wikipedia:
[X,Y] = meshgrid(-10:0.25:10,-10:0.25:10); f = sinc(sqrt((X/pi).^2+(Y/pi).^2)); surf(X,Y,f); axis([-10 10 -10 10 -0.3 1]) xlabel('{\bfx}') ylabel('{\bfy}') zlabel('{\bfsinc} ({\bfR})')

Language features

Feature Supported Token Example
Scientific Notation
Print() Debugging disp
Line Comments %
% A comment
Operator Overloading
Iterators
% Define an array of integers
myArray = [1,3,5,7,11,13];

for n = myArray
   % ... do something with n
   disp(n)  % Echo integer to Command Window
end
File Imports
import pkg.cls1
import pkg.pkfcn
Type Casting
b = cast(a, 'like', p)
Constructors
MultiLine Comments %{ %}
%{
A comment.
%}
Comments
% This is a comment
Strings '
"hello world"
Semantic Indentation X

Books about MATLAB on goodreads

title author year reviews ratings rating
MATLAB Programming for Engineers Stephen J. Chapman 1999 6 114 4.10
MATLAB for Neuroscientists: An Introduction to Scientific Computing in MATLAB Pascal Wallisch 2008 0 32 3.94
MATLAB for Engineers Holly Moore 2010 1 37 3.95
Getting Started with MATLAB: A Quick Introduction for Scientists and Engineers Rudra Pratap 2009 4 72 4.01
MATLAB for Control Engineers Katsuhiko Ogata 2007 0 38 4.00
Essential MATLAB for Engineers and Scientists Brian D. Hahn 1997 3 43 3.86
Introduction to MATLAB for Engineers William J. Palm III 1998 1 17 3.88
An Engineers Guide to MATLAB Edward B. Magrab 2000 0 7 4.29
Essentials of MATLAB Programming Stephen J. Chapman 2005 0 17 4.00
Getting Started with MATLAB 7: A Quick Introduction for Scientists and Engineers Rudra Pratap 2005 5 105 4.03

Books about MATLAB from ISBNdb

title authors year publisher
Introduction to MATLAB for Engineers Palm, William 2010 McGraw-Hill Education
Engineering Computation with MATLAB Smith, David 2012 Pearson
MATLAB Programming for Engineers Chapman, Stephen J. 2015 Cengage Learning
MATLAB for Neuroscientists: An Introduction to Scientific Computing in MATLAB Wallisch, Pascal and Lusignan, Michael E. and Benayoun, Marc D. and Baker, Tanya I. and Dickey, Adam Seth and Hatsopoulos, Nicholas G. 2013 Academic Press
Essentials of MATLAB Programming Chapman, Stephen J. 2008 Cengage Learning
Engineering Computation With MATLAB Smith, David M. 2009 Pearson
Digital Signal Processing Using MATLAB Ingle, Vinay K. and Proakis, John G. 2011 CL Engineering
Fundamentals of Digital Image Processing: A Practical Approach with Examples in Matlab Solomon, Chris and Breckon, Toby 2011 Wiley
Essential MATLAB and Octave Rogel-Salazar, Jesus 2014 CRC Press
MATLAB Deep Learning: With Machine Learning, Neural Networks and Artificial Intelligence Kim, Phil 2017 Apress
MATLAB with Applications to Engineering, Physics and Finance Baez-Lopez, David 2009 CRC Press
Mechanics of Composite Materials with MATLAB Voyiadjis, George Z and Kattan, Peter I. 2005 Springer
Matlab Programming Kuncicky, David C. 2003 Prentice Hall
An Engineer's Introduction to Programming with MATLAB 2017 Shawna Lockhart and Eric Tilleson 2017 SDC Publications
MATLAB Programming for Biomedical Engineers and Scientists King, Andrew P. and Aljabar, Paul 2017 Academic Press
Introduction to Matlab 7 for Engineers (McGraw-Hill's Best: Basic Engineering Series and Tools) Palm III,William 2004 McGraw-Hill Science/Engineering/Math
Applied Numerical Methods Using MATLAB Yang, Won Y. and Cao, Wenwu and Chung, Tae-Sang and Morris, John 2005 Wiley-Interscience
Spectral Methods in MATLAB (Software, Environments, Tools) Trefethen, Lloyd N. 2001 SIAM: Society for Industrial and Applied Mathematics
Essential Matlab for Engineers and Scientists (Hahn and Attaway Bundle) Hahn, Brian and Valentine Ph.D., Daniel 2009 Academic Press
Digital Signal Processing Using Matlab And Wavelets (Electrical Engineering) Weeks, Michael 2006 Jones & Bartlett Learning
Getting Started with MATLAB 7: A Quick Introduction for Scientists and Engineers (The Oxford Series in Electrical And Computer Engineering) Pratap, Rudra 2005 Oxford University Press
MATLAB and Its Applications in Engineering: Based on Matlab 7.5 (R2007b) Bansal, Raj Kumar and Goel, Ashok Kumar and Sharma, Manoj Kumar 2009 Prentice Hall
Classical Mechanics With MATLAB Applications Hasbun, Javier 2008 Jones & Bartlett Learning
Engineering Computation with MATLAB Smith, David M 2007 Addison Wesley
Numerical Analysis and Graphic Visualization with MATLAB (2nd Edition) Nakamura, Shoichiro 2001 Prentice Hall
Essentials of MATLAB (R) Programming, International Edition Chapman, Stephen CENGAGE Learning Custom Publishing
Introduction to Digital Image Processing with MATLAB McAndrew, Alasdair 2004 Course Technology
Electronics and Circuit Analysis Using MATLAB John Okyere Attia 2004 CRC Press
Lab Primer Through Matlab JAYADEVAN, R. 2022 PHI
MATLAB Advanced GUI Development Scott T. Smith 2006 Dog Ear Publishing, LLC
Getting Started with MATLAB 5, A Quick Introduction for Scientists and Engineers Pratap, Rudra 1998 Oxford University Press
Engineering and Scientific Computations Using MATLAB Sergey E. Lyshevski 2005-02-04 Wiley
Applied Numerical Methods Using MATLAB Yang, Won Y. and Cao, Wenwu and Kim, Jaekwon and Park, Kyung W. and Park, Ho-Hyun and Joung, Jingon and Ro, Jong-Suk and Lee, Han L. and Hong, Cheol-Ho and Im, Taeho 2020 Wiley
Linear Algebra, Signal Processing, and Wavelets - A Unified Approach: MATLAB Version (Springer Undergraduate Texts in Mathematics and Technology) Øyvind Ryan 2019 Springer
Scientific Computing with MATLAB (Texts in Computational Science and Engineering 2) Quarteroni, Alfio and Saleri, Fausto 2003 Springer
Programming with MATLAB for Scientists: A Beginner’s Introduction Mikhailov, Eugeniy E. 2018 CRC Press
An Introduction to Numerical Methods: A MATLAB Approach Kharab, Abdelwahab and Kharab, Abdelwahab and Guenther, Ronald B. 2005 Chapman and Hall/CRC
Learning Programming using MATLAB (Synthesis Lectures on Electrical Engineering) Sayood, Khalid 2006 Morgan and Claypool Publishers
Programming in MATLAB PATEL / MITTAL 2014 PEARSON INDIA
Optimization Introduction With Matlab Lopez and J. 2019 Independently Published
Matlab Advanced Programming (matlab Practical Guide Series) Su Jin Ming Bian Zhu 1991 Electronic Industry
One Dimensional Analysis Program for Scramjet and Ramjet Flowpaths: Conceptual Analysis and Simulation of Scramjet/Ramjet Engine with MATLAB Programming Ganapathy, Rohan M. and Maruthaiyan, Pradhapraj and Johnson, Pradeep 2013 LAP LAMBERT Academic Publishing
Matlab for Regional Economists Zheng, Shi 2013 LAP LAMBERT Academic Publishing
Mastering Dsp Concepts Using Matlab Ambardar, Ashok and Borghesani, Craig 1997 Prentice Hall
Essential Matlab For Scientists And Engineers Brian D. Hahn 1997 Arnold,
Programming and Engineering Computing with MATLAB 2020 Huei-Huang Lee 2020 SDC Publications
Introduction to MATLAB for Engineers and Scientists Sandeep Nagar 20171127 Springer Nature
Scientific Computing With Matlab (texts In Computational Science And Engineering) Alfio Quarteroni and Fausto Saleri 2004 Springer
An Introduction to Scientific Computing: Twelve Computational Projects Solved with MATLAB Danaila, Ionut and Joly, Pascal and Kaber, Sidi Mahmoud and Postel, Marie 2010 Springer
Computational Partial Differential Equations Using MATLAB (Chapman & Hall/CRC Applied Mathematics & Nonlinear Science) Li, Jichun and Chen, Yi-Tung 2008 Chapman and Hall/CRC
MATLAB Programming for Numerical Analysis (Matlab Solutions) Lopez, Cesar 2014 Apress
MATLAB Graphical Programming: Practical hands-on MATLAB solutions Lopez, Cesar 2014 Apress
MATLAB Differential Equations Lopez, Cesar 2014 Apress
MATLAB for Psychologists Borgo, Mauro and Soranzo, Alessandro and Grassi, Massimo 2012 Springer
MATLAB Linear Algebra Lopez, Cesar 2014 Apress
MATLAB Control Systems Engineering Lopez, Cesar 2014 Apress
A Guide to MATLAB Brian R. Hunt; Ronald L. Lipsman; Jonathan M. Rosenberg 20010806 Cambridge University Press
MATLAB Differential and Integral Calculus Lopez, Cesar 2014 Apress
MATLAB Symbolic Algebra and Calculus Tools Lopez, Cesar 2014 Apress
Matlab : Demystified Basic Concepts And Applications DR. KANDARPA KUMAR SARMA 2021 Vikas Publishing
A Guide to MATLAB Object-Oriented Programming Register, Andy H. 2017 Chapman and Hall/CRC
Accelerating MATLAB with GPU Computing: A Primer with Examples Suh, Jung W. and Kim, Youngmin 2013 Morgan Kaufmann
Practical Finite Element Modeling in Earth Science using Matlab Simpson, Guy 2017 Wiley-Blackwell
Exercises in Computational Mathematics with MATLAB (Problem Books in Mathematics) Lyche, Tom and Merrien, Jean-Louis 2014 Springer
Digital Signal Processing using MATLAB (Activate Learning with these NEW titles from Engineering!) Schilling, Robert J. and Harris, Sandra L 2016 Cengage Learning
Programming Behavioral Experiments with MATLAB and Psychtoolbox: 9 Simple Steps for Students and Researchers Misirlisoy, Erman 2016 Routledge
Numerical Methods for the Life Scientist: Binding and Enzyme Kinetics Calculated with GNU Octave and MATLAB Prinz, Heino 2011 Springer
A Journey from Robot to Digital Human: Mathematical Principles and Applications with MATLAB Programming (Modeling and Optimization in Science and Technologies Book 1) Gu, Edward Y L 2013 Springer
MATLAB Programming for Engineers Chapman, Stephen J. 2019 Cengage Learning
Programming for Electrical Engineers: MATLAB and Spice Squire Ph.D., James C. and Brown Ph.D., Julie Phillips 2020 Academic Press
MATLAB Programming for Engineers Chapman, Stephen J. 2019 Cengage Learning
Operations Research with Lingo: Solutions of Linear Programming Problems through LINGO and MATLAB Gahan, Padmabati and Pattnaik, Monalisha 2017 LAP LAMBERT Academic Publishing
MATLAB For Dummies Sizemore, Jim and Mueller, John Paul 2014 For Dummies
Programming Fundamentals Using MATLAB Weeks PhD, Michael 2020-07-28T00:00:01Z Mercury Learning & Information
A Concise Introduction to Matlab Palm, William 2007 McGraw-Hill Education
Programming Mathematics Using MATLAB Oberbroeckling, Lisa A. 2020 Academic Press
Numerical Methods with MATLAB : Implementations and Applications Recktenwald, Gerald 2000 Pearson
An Engineer's Introduction to Programming with MATLAB 2019 Shawna Lockhart and Eric Tilleson 2019-06-19T00:00:01Z SDC Publications
Beginning MATLAB and Simulink: From Novice to Professional Eshkabilov, Sulaymon 2019 Apress
Numerical Methods Using Matlab Mathews, John and Fink, Kurtis 2003 Pearson
MATLAB for Neuroscientists: An Introduction to Scientific Computing in MATLAB Wallisch, Pascal and Lusignan, Michael E. and Benayoun, Marc D. and Baker, Tanya I. and Dickey, Adam Seth and Hatsopoulos, Nicholas G. 2008 Academic Press
MATLAB for Mechanical Engineers R. V. Dukkipati 2009 New Age Science
Neural Data Science: A Primer with MATLAB and Python Nylen, Erik Lee and Wallisch, Pascal 2017 Academic Press
MATLAB Programming for Engineers Chapman, Stephen J. 2015 Cengage Learning
MATLAB Optimization Techniques Lopez, Cesar 2014 Apress
MATLAB Programming with Applications for Engineers Stephen J. Chapman 2012-01-01T00:00:01Z CL-Engineering
Beginning MATLAB and Simulink: From Novice to Professional Eshkabilov, Sulaymon 2019 Apress
Programming and Engineering Computing with MATLAB 2019 Huei-Huang Lee 2019-09-30T00:00:01Z SDC Publications
Essentials of MATLAB Programming Chapman, Stephen J. 2017 Cengage Learning
A Matlab Companion for Multivariable Calculus Cooper, Jeffery 2001 Academic Press
Fundamental Concepts of MATLAB Programming: From Learning the Basics to Solving a Problem with MATLAB (English Edition) Bakariya, Dr. Brijesh and Parmar, Dr. Kulwinder Singh 2020 BPB Publications
Insight Through Computing: A MATLAB Introduction to Computational Science and Engineering Van Loan, Charles F. and Fan, K.-Y. Daisy 2009 Society for Industrial and Applied Mathematics
MATLAB - Programming with MATLAB for Beginners: A Practical Introduction To Programming And Problem Solving (MATLAB for Engineers, MATLAB for Scientists, MATLAB Programming for Dummies) Learning, UpSkill 2016-08-10T00:00:01Z CreateSpace Independent Publishing Platform
Financial Risk Forecasting: The Theory and Practice of Forecasting Market Risk with Implementation in R and Matlab Danielsson, Jon 2011 Wiley
Practical MATLAB Deep Learning: A Project-Based Approach Paluszek, Michael and Thomas, Stephanie 2020 Apress
MATLAB for Engineers Explained Gustafsson, Fredrik and Bergman, Niclas 2003 Springer
MATLAB Programming for Engineers Chapman, Stephen J. 2007 CL Engineering
Applied Optimization with MATLAB Programming Venkataraman, P. 2009 Wiley
Hack Audio: An Introduction to Computer Programming and Digital Signal Processing in MATLAB (Audio Engineering Society Presents) Tarr, Eric 2018 Routledge
Practical MATLAB Modeling with Simulink: Programming and Simulating Ordinary and Partial Differential Equations Eshkabilov, Sulaymon L. 2020 Apress
Essentials of MATLAB Programming Chapman, Stephen J. 2017 Cengage Learning
R and MATLAB (Chapman & Hall/CRC The R Series Book 30) Hiebeler, David E. 2015 Chapman and Hall/CRC
Mathematical Methods for Physics: Using MATLAB and Maple Claycomb, J. R. 2018 Mercury Learning and Information
Digital Image Processing Using MATLAB Gonzalez, Rafael C. and Woods, Richard E. and Eddins, Steven L. 2003 Pearson Prentice Hall
MATLAB for Beginners: A Gentle Approach - Revised Edition Kattan, Peter I 2010 CreateSpace Independent Publishing Platform
MATLAB Programming for Biomedical Engineers and Scientists King, Andrew P. and Aljabar, Paul 2017 Academic Press
Programming and Engineering Computing with MATLAB 2018 Huei-Huang Lee 2018 SDC Publications
An Introduction to Programming and Numerical Methods in MATLAB Otto, Steve and Denier, James P. 2005 Springer
Practical MATLAB Modeling with Simulink: Programming and Simulating Ordinary and Partial Differential Equations Eshkabilov, Sulaymon L. 2020 Apress
MATLAB Matrix Algebra (Matlab Solutions) Lopez, Cesar 2014 Apress
Engineering Problem Solving with MATLAB Etter, Delores 1996 Pearson
Applied Numerical Methods with MATLAB for Engineers and Scientists Chapra, Steven 2006 McGraw-Hill Science/Engineering/Math
GPU Programming in MATLAB Ploskas, Nikolaos and Samaras, Nikolaos 2016 Morgan Kaufmann
MATLAB Machine Learning Paluszek, Michael and Thomas, Stephanie 2016 Apress
Programming for Engineers: A Foundational Approach to Learning C and Matlab Bradley, Aaron R. 2011 Springer
Linear Programming with MATLAB (MPS-SIAM Series on Optimization) Ferris, Michael C. and Mangasarian, Olvi L. and Wright, Stephen J. 2008-07-30T00:00:01Z Society for Industrial and Applied Mathematics
Matlab And Python Programming: A Practical Guide For Engineers And Data Scientists (Matlab And Python Programming for Beginners) Learning, UpSkill 2016 CreateSpace Independent Publishing Platform
MATLAB Programming with Applications for Engineers Chapman, Stephen J. 2012 Cengage Learning
Programming with MATLAB 2016 Huei-Huang Lee 2016-09-13T00:00:01Z SDC Publications
GPU Programming in MATLAB Ploskas, Nikolaos and Samaras, Nikolaos 2016 Morgan Kaufmann
Design Optimization using Matlab and SolidWorks Suresh, Prof Krishnan 2020 Independently published
Financial Modelling: Theory, Implementation and Practice with MATLAB Source (The Wiley Finance Series) Kienitz, Joerg and Wetterau, Daniel 2013 Wiley
Fundamentals of Graphics Using MATLAB Parekh, Ranjan 2019 CRC Press
Parallel MATLAB for Multicore and Multinode Computers (Software, Environments and Tools) Kepner, Jeremy 2009-07-23T00:00:01Z Society for Industrial and Applied Mathematics
Programming and Engineering Computing with MATLAB 2021 Huei-Huang Lee 2021 SDC Publications
Programming and Engineering Computing with MATLAB 2017 Huei-Huang Lee 2017 SDC Publications
Numerical Methods for Engineers and Scientists: An Introduction with Applications Using MATLAB Gilat, Amos and Subramaniam, Vish 2007 Wiley
Numerical Linear Algebra with Applications: Using MATLAB Ford, William 2014 Academic Press
Essentials of MATLAB Programming Chapman, Stephen J. 2005-10-06T00:00:01Z CL Engineering
An Engineer's Introduction to Programming with MATLAB 2018 Shawna Lockhart and Eric Tilleson 2018 SDC Publications
Stochastic Simulation and Applications in Finance with MATLAB Programs Huynh, Huu Tue and Lai, Van Son and Soumare, Issouf 2008 Wiley
Programming Fundamentals Using MATLAB Weeks, Michael C. 2020-07-08T14:21:52.970-00:00 Mercury Learning and Information
Scientific Computing with MATLAB and Octave (Texts in Computational Science and Engineering, 2) Quarteroni, Alfio and Saleri, Fausto and Gervasio, Paola 2014 Springer
Numerical Linear Algebra with Applications: Using MATLAB Ford, William 2014 Academic Press
MATLAB Graphical Programming: Practical hands-on MATLAB solutions Lopez, Cesar 2014 Apress
Numerical and Analytical Methods with MATLAB (Applied and Computational Mechanics) Bober, William and Tsai, Chi-Tay and Masory, Oren 2009 CRC Press
Phasor Methods of AC Circuit Analysis: - Designed using MATLAB Object Oriented Programming Agrawal, Prof Jai P 2018 CreateSpace Independent Publishing Platform
MATLAB Tutorial Update to Version 6 to accompany Control Systems Engineering Nise, Norman S. 2002-05-02T00:00:01Z Wiley
Fundamentals of Digital Image Processing: A Practical Approach with Examples in Matlab Solomon, Chris and Breckon, Toby 2011 Wiley
Programming with MATLAB for Engineers 2014 Ferret Publishing
Scientific Computing with MATLAB and Octave (Texts in Computational Science and Engineering Book 2) Quarteroni, Alfio and Saleri, Fausto and Gervasio, Paola 2014 Springer
Scientific Computing with MATLAB and Octave (Texts in Computational Science and Engineering Book 2) Quarteroni, Alfio 2010 Springer
Digital Signal Processing Using MATLAB & Wavelets Weeks, Michael 2010 Jones & Bartlett Learning
Contemporary Linear Systems Using MATLAB (Pws Bookware Companion Series.) Strum, Robert S. and Kirk, Donald E. 1999 Cengage Learning
Computational Partial Differential Equations Using MATLAB (Textbooks in Mathematics) Li, Jichun and Chen, Yi-Tung 2008 Chapman and Hall/CRC
Signals and Systems with MATLAB Yang, Won Young 2009 Springer
Accelerating MATLAB with GPU Computing: A Primer with Examples Suh, Jung W. and Kim, Youngmin 2013 Morgan Kaufmann
Applied Optimization with MATLAB Programming Venkataraman, P. 2001 Wiley-Interscience
Visual Media Processing Using Matlab Beginner's Guide Siogkas, George 2013 Packt Publishing
MATLAB Optimization Techniques Lopez, Cesar 2014 Apress
Engineering Biostatistics: An Introduction using MATLAB and WinBUGS (Wiley Series in Probability and Statistics) Vidakovic, Brani 2017 Wiley
MATLAB for Neuroscientists: An Introduction to Scientific Computing in MATLAB Wallisch, Pascal and Lusignan, Michael E. and Benayoun, Marc D. and Baker, Tanya I. and Dickey, Adam Seth and Hatsopoulos, Nicholas G. 2010 Academic Press
Programming for Engineers: A Foundational Approach to Learning C and Matlab Bradley, Aaron R. 2011 Springer
Programming Behavioral Experiments with MATLAB and Psychtoolbox: 9 Simple Steps for Students and Researchers Misirlisoy, Erman 2016 Routledge
Boundary Value Problems for Engineers: with MATLAB Solutions Ali Ümit Keskin 2019 Springer
Introduction to Numerical Ordinary and Partial Differential Equations Using MATLAB Stanoyevitch, Alexander 2004 Wiley-Interscience
MATLAB Numerical Methods with Chemical Engineering Applications Al-Malah, Kamal I.M. 2013 McGraw-Hill Education
The Finite Volume Method in Computational Fluid Dynamics: An Advanced Introduction with OpenFOAM® and Matlab (Fluid Mechanics and Its Applications Book 113) Moukalled, F. and Mangani, L. and Darwish, M. 2015 Springer
An Introduction to Programming and Numerical Methods in MATLAB Otto, Steve and Denier, James P. 2005 Springer
MATLAB Control Systems Engineering Lopez, Cesar 2014 Apress
Fundamentals of Digital Signal Processing Using MATLAB (with CD-ROM) Schilling, Robert J. and Harris, Sandra L 2004 CL Engineering
Applied Numerical Methods Using MATLAB Yang, Won Y. and Cao, Wenwu and Kim, Jaekwon and Park, Kyung W. and Park, Ho-Hyun and Joung , Jingon and Ro, Jong-Suk and Lee, Han L. and Hong, Cheol-Ho and Im, Taeho 2020 Wiley
Introduction to Engineering Programming: In C, Matlab and Java Austin, Mark and Chancogne, David 1999 Wiley
An Introduction to Numerical Methods: A MATLAB Approach, Third Edition Kharab, Abdelwahab and Kharab, Abdelwahab and Guenther, Ronald B. 2011 Chapman and Hall/CRC
MATLAB Programming: Mathematical Problem Solutions (De Gruyter STEM) Dingyü Xue 2020 De Gruyter
Exercises in Computational Mathematics with MATLAB (Problem Books in Mathematics) Lyche, Tom and Merrien, Jean-Louis 2014 Springer
Computational Intelligence Paradigms: Theory & Applications using MATLAB Sumathi, S. and Sumathi 2010 CRC Press

Publications about MATLAB from Semantic Scholar

title authors year citations influentialCitations
The Eyelink Toolbox: Eye tracking with MATLAB and the Psychophysics Toolbox F. Cornelissen and Enno M Peters and J. Palmer 2002 848 47
Using MATLAB as a programming language for numerical analysis J. H. Mathews and Kurtis D. Fink 1994 50 0
SDPNAL+: A Matlab software for semidefinite programming with bound constraints (version 1.0) Defeng Sun and K. Toh and Yancheng Yuan and Xinyuan Zhao 2017 41 3
Design of FPGA-controlled power electronics and drives using MATLAB Simulink Y. Siwakoti and G. Town 2013 40 5
MATLAB Optimization Techniques C. López 2014 33 3
Teaching the introductory computer programming course for engineers using Matlab A. Azemi and L. L. Pauley 2006 30 0
BioSigKit: A Matlab Toolbox and Interface for Analysis of BioSignals Hooman Sedghamiz 2018 28 0
Teaching programming skills with MATLAB M. Herniter and D. Scott and Rakesh Pangasa 2001 26 0
A Comprehensive Framework for Physiologically‐Based Pharmacokinetic Modeling in Matlab Felix Stader and M. Penny and M. Siccardi and C. Marzolini 2019 19 1
McSAF: A Static Analysis Framework for MATLAB Jesse Doherty and L. Hendren 2012 15 2
MATLAB as an introductory programming language M. Wirth and P. Kovesi 2006 14 0
A MATLAB subset to C compiler targeting embedded systems João Bispo and João MP Cardoso 2016 12 3
Parallel performance comparison of alternating group explicit method between parallel virtual machine and matlab distributed computing for solving large sparse partial differential equations N. Alias and H. F. S. Saipol and A. C. A. Ghani and M. N. Mustaffa 2014 11 0
A Matlab code to fit periodic data R. Brum and J. Ramalho and L. Rocha and L. Isoldi and E. D. D. Santos 2015 11 0
Advanced remote laboratory for control systems based on Matlab and .NET platform P. Bisták 2013 10 0
MATLAB Function Based Approach to FOC of PMSM Drive O. C. Kivanc and S. Ozturk 2015 10 0
MATLAB as an econometric programming environment Francisco Cribari‐Neto and Mark J. Jensen 1997 9 1
MATLAB Control Systems Engineering C. López 2014 8 0
Contract-Based Verification of MATLAB and Simulink Matrix-Manipulating Code J. Wiik and Pontus Boström 2014 8 1
Programación de Controladores Lógicos (PLC) mediante Ladder y Lenguaje de Control Estructurado (SCL) en MATLAB Heyder Paez-Logreira and Ronald Zamora-Musa and José Bohórquez-Pérez 2015 8 1
Porting Matlab Applications to High-Performance C++ Codes: CPU/GPU-Accelerated Spherical Deconvolution of Diffusion MRI Data Francisco Javier García Blas and M. F. Dolz and J. Sánchez and J. Carretero and Alessandro Daducci and Y. Alemán‐Gómez and Erick Jorge Canales-Rodríguez 2016 8 0
Heuristic production line balancing problem solution with MATLAB software programming A. Türkmen and Y. Yeşil and Mahmut Kayar 2016 8 0
A history of MATLAB C. Moler and Jack Little 2020 7 0
RoBO-2L, a Matlab interface for extended offline programming of KUKA industrial robots J. Golz and Tim Wruetz and Dominik Eickmann and R. Biesenbach 2016 7 0
MATLAB Programming for Numerical Analysis C. López 2014 6 1
Programming in MATLAB J. Miguel and D. Báez‐López and David Alfredo Báez Villegas 2019 6 0
Using Matlab To Teach The Introductory Computer Programming Course For Engineers A. Azemi and L. L. Pauley 2004 5 0
MATLAB Implementation of 128-key length SAFER+ Cipher System M. K. Mahmood 2017 5 1
Learning Programming Using MATLAB K. Sayood 2006 4 0
Analysis by STAAD-PRO and Design of Structural Elements by MATLAB S. Harle 2017 4 0
Design and implementation of a RoBO-2L MATLAB toolbox for a motion control of a robotic manipulator H. Elshatarat and Mohammed Baniyounis and R. Biesenbach 2016 3 0
A Brief Introduction to MATLAB M. Okereke and S. Keates 2018 3 0
GELAB - A Matlab Toolbox for Grammatical Evolution Muhammad Adil Raja and C. Ryan 2018 3 0
McLAB: enabling programming language, compiler and software engineering research for matlab L. Hendren and Jesse Doherty and Anton Dubrau and R. Garg and Nurudeen Lameed and Soroush Radpour and Amina Aslam and Toheed Aslam and Andrew Casey and Maxime Chevalier-Boisvert and Jun Li and Clark Verbrugge and Olivier Savary Bélanger 2011 2 0
Supporting image algebra in the Matlab programming language for compression research M. Schmalz and G. Ritter and Joseph N. Wilson and Eric T. Hayden 2009 1 0
perl.html · matlab.html · csharp.html

View source

- Build the next great programming language · Search · v2023 · Day 205 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com