Academic literature on the topic 'MATLAB'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'MATLAB.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "MATLAB"

1

Spiegelman, C. H. "MATLAB and the MATLAP Optimization Toolbok (Macintosh Version)." Chemometrics and Intelligent Laboratory Systems 19, no. 1 (1993): 128. http://dx.doi.org/10.1016/0169-7439(93)80090-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Schreiber, Rob. "MATLAB." Scholarpedia 2, no. 7 (2007): 2929. http://dx.doi.org/10.4249/scholarpedia.2929.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Beardah, Christian. "MATLAB 6 and Student Version of MATLAB." MSOR Connections 1, no. 4 (2001): 36–40. http://dx.doi.org/10.11120/msor.2001.01040036.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Dubrau, Anton Willy, and Laurie Jane Hendren. "Taming MATLAB." ACM SIGPLAN Notices 47, no. 10 (2012): 503–22. http://dx.doi.org/10.1145/2398857.2384653.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Maryanti, Indra. "APPLICATION OF MATHLAB APPLICATIONS IN IMPROVING STUDENT COMPETENCE UMSU MATHEMATICS EDUCATION STUDY PROGRAM NUMERICAL METHOD COURSE 2019-2020 ACADEMIC YEAR." International Journal of Educational Review, Law And Social Sciences (IJERLAS) 1, no. 2 (2021): 221–26. http://dx.doi.org/10.54443/ijerlas.v1i2.91.

Full text
Abstract:
This study aims to describe the role of MATHLAB software in numerical method lectures, improve students' ability to solve numerical problems through learning assisted by MATHLAB software, improve students' abilities in formulating algorithms through learning assisted by MATHLAB software, improve students' abilities in programming through assisted learning MATLAB software; and describing student responses after numerical learning assisted by MATLAB software. This research is a quantitative research. To prove the hypothesis and answer the problems in this study, several statistical tests were ca
APA, Harvard, Vancouver, ISO, and other styles
6

Foster, Kenneth R. "Matlab made easier and Testing with Matlab [Software Resources]." IEEE Spectrum 38, no. 2 (2001): 87–89. http://dx.doi.org/10.1109/mspec.2001.8820115.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

DOERR, CHRISTOPHER R. "MATLAB for Beginners." Optics and Photonics News 10, no. 7 (1999): 41. http://dx.doi.org/10.1364/opn.10.7.000041.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Römer, G. R. B. E., and A. J. Huis in ’t Veld. "Matlab Laser Toolbox." Physics Procedia 5 (2010): 413–19. http://dx.doi.org/10.1016/j.phpro.2010.08.068.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Kadlec, J., and J. Kadlec. "MATLAB Transputer Bridge." IFAC Proceedings Volumes 27, no. 8 (1994): 1627. http://dx.doi.org/10.1016/s1474-6670(17)47952-3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Marcotte, Denis. "Cokriging with matlab." Computers & Geosciences 17, no. 9 (1991): 1265–80. http://dx.doi.org/10.1016/0098-3004(91)90028-c.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "MATLAB"

1

Dubrau, Anton. "Taming Matlab." Thesis, McGill University, 2012. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=107702.

Full text
Abstract:
MATLAB is a dynamic scientific language used by scientists, engineers and students worldwide. Although MATLAB is very suitable for rapid prototyping and development, MATLAB users often want to convert their final MATLAB programs to a static language such as FORTRAN, to integrate them into already existing programs of that language, to leverage the performance of powerful static compilers, or to ease the distribution of executables. This thesis presents an extensible object-oriented toolkit to help facilitate the generation of static programs from dynamic MATLAB programs. Our open source toolk
APA, Harvard, Vancouver, ISO, and other styles
2

Elphick, Daniel R. "Partially evaluating MATLAB." Thesis, University of Southampton, 2005. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.427430.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Phillips, Donovan D. "Mathematical modeling using MATLAB." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1998. http://handle.dtic.mil/100.2/ADA358796.

Full text
Abstract:
Thesis (M.S. in Applied Mathematics) Naval Postgraduate School, December 1998.<br>"December 1998." Thesis advisor(s): Maurice D. Weir. Includes bibliographical references (p. 121). Also available online.
APA, Harvard, Vancouver, ISO, and other styles
4

Šeškutė, Kristina. "MATLAB vaizdinio programavimo galimybės." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2005. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2005~D_20050608_172428-46401.

Full text
Abstract:
For the user’s comfort in modern programs are created system of means, which are called graphical user interface (GUI). GUI is the window, created by user, with lay out graphical elements: command push button, edit text, list boxes, checkboxes, menu and etc. User graphical interface technology started to implant also in modern computer systems, from which the most advanced one – MATLAB. This work examines two ways of MATLAB graphical user interface creation, looks over graphical elements, MATLAB visual possibilities are compared with one the most popular programming medium C++Builder. In appli
APA, Harvard, Vancouver, ISO, and other styles
5

Radpour, Soroush. "Understanding and refactoring MATLAB." Thesis, McGill University, 2012. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=110652.

Full text
Abstract:
Matlab is a very popular dynamic scripting language for numericalcomputations used by scientists, engineers and students world-wide. Matlabprograms are often developed incrementally using a mixture of Matlab scriptsand functions and frequently build upon existing code which may use outdatedfeatures. This results in programs that could benefit from refactoring,especially if the code will be reused and/or distributed. Despite the needfor refactoring there appear to be no Matlab refactoring tools available.Correct refactoring of Matlab is quite challenging because of itsnon-standard rules for
APA, Harvard, Vancouver, ISO, and other styles
6

He, Xueming. "Integrating SciSPARQL and MATLAB." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-220907.

Full text
Abstract:
Nowadays many scientific experiment results involve multi-dimensional arrays. It is desirable to store these results in a persistent way and make queries against not only well-structured data objects like arrays but also the metadata that describe the experiments. SPARQL is a Semantic Web standard query language for data and metadata stored in terms of RDF. SciSPARQL is an extended version of SPARQL designed for scientific applications. It includes numeric multi-dimensional array operations and user-defined functions. The SciSPARQL Database Manager (SSDM) is a query processing engine for SciSP
APA, Harvard, Vancouver, ISO, and other styles
7

Gu, Chenchen. "Option Pricing Using MATLAB." Digital WPI, 2011. https://digitalcommons.wpi.edu/etd-theses/382.

Full text
Abstract:
This paper describes methods for pricing European and American options. Monte Carlo simulation and control variates methods are employed to price call options. The binomial model is employed to price American put options. Using daily stock data I am able to compare the model price and market price and speculate as to the cause of difference. Lastly, I build a portfolio in an Interactive Brokers paper trading [1] account using the prices I calculate. This project was done a part of the masters capstone course Math 573: Computational Methods of Financial Mathematics.
APA, Harvard, Vancouver, ISO, and other styles
8

Välimäki, M. (Mauri). "Betonin suhteitus Matlab-ohjelmalla." Bachelor's thesis, University of Oulu, 2015. http://urn.fi/URN:NBN:fi:oulu-201506031766.

Full text
Abstract:
Tässä työssä on keskitytty betonin suhteituksen laskemiseen lineaarisen regression kautta. Suhteitus on tärkeä betonin valmistuksen suunnitelma, jolla pyritään saamaan tuoreelle ja kovettuneella betonille halutut ominaisuudet. Puristuslujuus on betonin tärkein ominaisuus ja se toimii tässä työssä vastearvona. Puristuslujuuden vastearvoja tutkitaan ennustemuuttujien eli prediktorien avulla. Ennustemuuttujina ovat esimerkiksi sementtimäärä, vesimäärä, kiviainesmäärä ja erilaisten lisäaineiden määrä. Suhteitusta voidaan suorittaa reaaliaikaisesti betoniasemalla mutta mielestäni se tulisi ottaa yh
APA, Harvard, Vancouver, ISO, and other styles
9

Kumpula, O. (Ossi). "Puhujariippumaton automaattinen puheentunnistusjärjestelmä Matlab-ohjelmalla." Bachelor's thesis, University of Oulu, 2016. http://urn.fi/URN:NBN:fi:oulu-201611123027.

Full text
Abstract:
Työn tarkoituksena oli tutustua automaattiseen puheentunnistukseen ja toteuttaa Matlab-ohjelmalla toimiva muutaman käskyn tunnistava puhujariippumaton puheentunnistusjärjestelmä, joka voidaan liittää simulaationukkeen kontrolloimaan sen hengitystä. Työssä tutustuttiin yleisiin ja järjestelmän toteutuksen kannalta merkittävimpiin puheentunnistuksen menetelmiin, joiden avulla puheentunnistusjärjestelmä rakennettiin. Toteutuksessa puhetta sisältävä signaali erotettiin hiljaisuudesta käyttäen Rabinerin ja Schaferin kuvaamaa algoritmia ja tunnistettavana yksikkönä käytettiin käskyt sisältävää fraas
APA, Harvard, Vancouver, ISO, and other styles
10

Miškařík, Kamil. "Gramatická evoluce - Java/Matlab implementace." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2013. http://www.nusl.cz/ntk/nusl-230931.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "MATLAB"

1

Rosenbaum, David A. MATLAB Blues. Routledge, 2019. http://dx.doi.org/10.4324/9780429299094.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Turk, Irfan. Practical MATLAB. Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5281-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Paluszek, Michael, and Stephanie Thomas. MATLAB Recipes. Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-0559-4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Gander, Walter. Learning MATLAB. Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-25327-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Überhuber, Christoph, and Stefan Katzenbeisser. MATLAB 6.5. Springer Vienna, 2002. http://dx.doi.org/10.1007/978-3-7091-6745-8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Überhuber, Christoph, and Stefan Katzenbeisser. MATLAB 6. Springer Vienna, 2000. http://dx.doi.org/10.1007/978-3-7091-6780-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Paluszek, Michael, and Stephanie Thomas. MATLAB Recipes. Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6124-8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

A, Davis Timothy, ed. MATLAB primer. 6th ed. Chapman & Hall/CRC, 2002.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Driscoll, Tobin A. Learning MATLAB. Society for Industrial and Applied Mathematics, 2009.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Coulson, Linda. MATLAB programming. Global Media, 2009.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "MATLAB"

1

Benker, Hans. "MATLAB." In Ingenieurmathematik mit Computeralgebra-Systemen. Vieweg+Teubner Verlag, 1998. http://dx.doi.org/10.1007/978-3-322-86587-8_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Smith, Einar. "Matlab." In Introduction to the Tools of Scientific Computing. Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-16972-4_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Nowottny, Dietrich. "Matlab." In Mathematik am Computer. Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/978-3-642-60222-1_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Mustafy, Tanvir, and Md Tauhid Ur Rahman. "MATLAB." In Transactions on Computer Systems and Networks. Springer Nature Singapore, 2024. http://dx.doi.org/10.1007/978-981-99-4661-7_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Überhuber, Christoph, and Stefan Katzenbeisser. "Matlab." In MATLAB 6.5. Springer Vienna, 2002. http://dx.doi.org/10.1007/978-3-7091-6745-8_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Überhuber, Christoph, and Stefan Katzenbeisser. "MATLAB." In MATLAB 6. Springer Vienna, 2000. http://dx.doi.org/10.1007/978-3-7091-6780-9_1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Smith, Einar. "MATLAB." In Introduction to the Tools of Scientific Computing. Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-60808-8_9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Mishra, Shashi Kant, and Bhagwat Ram. "MATLAB." In Introduction to Linear Programming with MATLAB®. Chapman and Hall/CRC, 2017. http://dx.doi.org/10.1201/9781315104003-3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Brito, Inês, Sofia Frade, and Radjon Haque. "Hello world: Programar estudos clássicos de psicologia com MATLAB." In Caderno de laboratório: Guia prático para investigadores/as. Iscte-Instituto Universitário de Lisboa, 2024. http://dx.doi.org/10.15847/lapsocadlab2024/matlab.

Full text
Abstract:
Este capítulo visa: (a) Apresentar a plataforma MATLAB, como também, a sua aplicabilidade em investigação em Psicologia; (b) Apresentar noções básicas de MATLAB; (c) Demonstrar como ler um script de um estudo clássico de Psicologia; (d) Destacar recursos e suporte disponíveis tanto dentro da aplicação como online, de modo a auxiliar os utilizadores na programação e resolução de problemas.
APA, Harvard, Vancouver, ISO, and other styles
10

"MATLAB." In Fundamentals of Technical Mathematics. Elsevier, 2016. http://dx.doi.org/10.1016/b978-0-12-801987-0.15002-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "MATLAB"

1

V, Mariselvam, Sachin K, Sethupathi S, and Sibichakaravarthy KS. "MATLAB-based Railway Safety System." In 2025 International Conference on Visual Analytics and Data Visualization (ICVADV). IEEE, 2025. https://doi.org/10.1109/icvadv63329.2025.10961628.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Chipperfield, A. J. "The MATLAB Genetic Algorithm Toolbox." In IEE Colloquium on Applied Control Techniques Using MATLAB. IEE, 1995. http://dx.doi.org/10.1049/ic:19950061.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Sorensen, O. B. "Kit software for use with MATLAB." In IEE Colloquium on Applied Control Techniques Using MATLAB. IEE, 1995. http://dx.doi.org/10.1049/ic:19950059.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Margrave, F. "MATLAB - neural networks toolbox hardware post-processor." In IEE Colloquium on Applied Control Techniques Using MATLAB. IEE, 1995. http://dx.doi.org/10.1049/ic:19950057.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Siqing Lu. "Power plant analyser - an applied Matlab toolbox." In IEE Colloquium on Applied Control Techniques Using MATLAB. IEE, 1995. http://dx.doi.org/10.1049/ic:19950062.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Alimi, M. H., M. Mahinfalah, and G. H. Nazari. "MATLAB in Engineering Education." In ASME 2001 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2001. http://dx.doi.org/10.1115/detc2001/cie-21277.

Full text
Abstract:
Abstract One of the most important aspects of engineering education is problem solving. This paper intends to show how MATLAB can be utilized to solve various problems in science and engineering. A simple vibration problem is solved using MATLAB’s ODE solver to illustrate the excellent capability of MATLAB in numerical integration of matrix differential equations.
APA, Harvard, Vancouver, ISO, and other styles
7

Saifuddin, A. B. "Analysis of multivariable Smith predictors using MATLAB containers." In IEE Colloquium on Applied Control Techniques Using MATLAB. IEE, 1995. http://dx.doi.org/10.1049/ic:19950052.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Ivanov, S. "MATLAB-SIMULINK." In International Conference on Simulation (1998). IEE, 1998. http://dx.doi.org/10.1049/cp:19980637.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Dubrau, Anton Willy, and Laurie Jane Hendren. "Taming MATLAB." In the ACM international conference. ACM Press, 2012. http://dx.doi.org/10.1145/2384616.2384653.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Whidborne, J. F. "MODCONS - a MATLAB toolbox for multi-objective control system design." In IEE Colloquium on Applied Control Techniques Using MATLAB. IEE, 1995. http://dx.doi.org/10.1049/ic:19950060.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "MATLAB"

1

Harvey, Dustin Yewell. MATLAB Reference. Office of Scientific and Technical Information (OSTI), 2018. http://dx.doi.org/10.2172/1454948.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Safranek, James. MATLAB-BASED LOCO. Office of Scientific and Technical Information (OSTI), 2002. http://dx.doi.org/10.2172/800082.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Snyder, Lawrence. Migrating MATLAB to ZPL. Defense Technical Information Center, 2001. http://dx.doi.org/10.21236/ada398020.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Terebilo, Andrei. Accelerator Toolbox for MATLAB. Office of Scientific and Technical Information (OSTI), 2001. http://dx.doi.org/10.2172/784910.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Corbett, William. Interactive Orbit Control in MATLAB. Office of Scientific and Technical Information (OSTI), 2001. http://dx.doi.org/10.2172/784990.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Terebilo, Andrei. Channel Access Client Toolbox for Matlab. Office of Scientific and Technical Information (OSTI), 2002. http://dx.doi.org/10.2172/799983.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Terebilo, Andrei. Accelerator Modeling with MATLAB Accelerator Toolbox. Office of Scientific and Technical Information (OSTI), 2002. http://dx.doi.org/10.2172/800064.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Auman, Lamar M., and Jonathan Newby. A MATLAB/Aerodynamic Analyzer System Tool. Defense Technical Information Center, 2003. http://dx.doi.org/10.21236/ada412972.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Wilson, D., Ross Alter, Katrina Burch, and Michelle Swearingen. Using EASEE’s acoustical calculations in MATLAB. Engineer Research and Development Center (U.S.), 2019. http://dx.doi.org/10.21079/11681/32009.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Martin, Grant D., and Armin Walter Doerry. SAR polar format implementation with MATLAB. Office of Scientific and Technical Information (OSTI), 2005. http://dx.doi.org/10.2172/877139.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!