Difference between revisions of "Matlab"

From TSG Doc
Jump to navigation Jump to search
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:Matlab_Logo.png|thumb|150px]]
+
{{Infobox software
 +
| name                  = Mathworks Matlab
 +
| logo                  = Matlab_Logo.png
 +
| screenshot            =
 +
| caption                =
 +
| developer              =
 +
| released              = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| discontinued          =
 +
| latest release version =
 +
| latest release date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| latest preview version =
 +
| latest preview date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| installed version      =
 +
| installed version date = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| status                = Active
 +
| programming language  = C, C++, Java, MATLAB
 +
| operating system      = Microsoft Windows, Linux, MacOSX
 +
| platform              =
 +
| size                  =
 +
| language              =
 +
| genre                  =
 +
| license                = Proprietary commercial software
 +
| website                = [http://nl.mathworks.com/products/matlab/ www.mathworks.com/matlab]
 +
 
 +
}}
  
 
MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. 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++, Java, Fortran and Python.
 
MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. 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++, Java, Fortran and Python.
  
 +
== Installed Toolboxes ==
 +
 +
{|class="wikitable"
 +
| MATLAB || Simulink || Bioinformatics Toolbox || Control System Toolbox
 +
|-
 +
| Curve Fitting Toolbox || DSP System Toolbox || Data Acquisition Toolbox || Database Toolbox
 +
|-
 +
| DatapixxToolbox || Filter Design HDL Coder || Fixed-Point Designer || Image Acquisition Toolbox
 +
|-
 +
| Image Processing Toolbox || MATLAB Builder EX || MATLAB Builder JA || MATLAB Compiler
 +
|-
 +
| Mapping Toolbox || Neural Network Toolbox || Optimization Toolbox || Parallel Computing Toolbox
 +
|-
 +
| Partial Differential Equation Toolbox || Psychtoolbox || Signal Processing Toolbox || Simulink 3D Animation
 +
|-
 +
| Simulink Control Design || Spreadsheet Link EX || Statistics Toolbox || Symbolic Math Toolbox
 +
|-
 +
| System Identification Toolbox || Wavelet Toolbox || ||
 +
|}
  
= Matlab Libraries =
+
== Matlab Libraries ==
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 19: Line 62:
 
| Gstreamer || GStreamer is a library for constructing graphs of media-handling components.  || style="background-color:#9F9;" | Yes || Windows Installer || http://gstreamer.freedesktop.org/download/
 
| Gstreamer || GStreamer is a library for constructing graphs of media-handling components.  || style="background-color:#9F9;" | Yes || Windows Installer || http://gstreamer.freedesktop.org/download/
 
|-
 
|-
| BrainStream || BrainStream is a Matlab toolbox for designing and executing Brain-Computer-Interface (BCI) experiments.  || style="background-color:#9F9;" | No || toolbox || http://brainstream.nu
+
| BrainStream || BrainStream is a Matlab toolbox for designing and executing Brain-Computer-Interface (BCI) experiments.  || style="background-color:#9F9;" | No || toolbox || [[BrainStream]]
 
|-
 
|-
 
|}
 
|}
  
= Default Location Psychtoolbox =
+
== Default Location Psychtoolbox ==
  
 
'''Windows'''
 
'''Windows'''
C:\toolbox\psychtoolbox
+
<syntaxhighlight lang="matlab" overflow:auto;">
 +
C:\toolbox\psychtoolbox
 +
</syntaxhighlight>
  
 
== License ==
 
== License ==
  
 
For license and installation information click [http://wiki.science.ru.nl/cncz/Matlab '''here''']
 
For license and installation information click [http://wiki.science.ru.nl/cncz/Matlab '''here''']

Latest revision as of 08:54, 5 October 2018

Mathworks Matlab
Matlab Logo.png
Development statusActive
Written inC, C++, Java, MATLAB
Operating systemMicrosoft Windows, Linux, MacOSX
LicenseProprietary commercial software
Websitewww.mathworks.com/matlab

MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. 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++, Java, Fortran and Python.

Installed Toolboxes

MATLAB Simulink Bioinformatics Toolbox Control System Toolbox
Curve Fitting Toolbox DSP System Toolbox Data Acquisition Toolbox Database Toolbox
DatapixxToolbox Filter Design HDL Coder Fixed-Point Designer Image Acquisition Toolbox
Image Processing Toolbox MATLAB Builder EX MATLAB Builder JA MATLAB Compiler
Mapping Toolbox Neural Network Toolbox Optimization Toolbox Parallel Computing Toolbox
Partial Differential Equation Toolbox Psychtoolbox Signal Processing Toolbox Simulink 3D Animation
Simulink Control Design Spreadsheet Link EX Statistics Toolbox Symbolic Math Toolbox
System Identification Toolbox Wavelet Toolbox

Matlab Libraries

Matlab Library Description Installed Installer Type URL
Psychtoolbox Psychophysics Toolbox is a free set of Matlab and GNU/Octave functions for vision research. Yes Python installer https://www.psychtoolbox.org/PsychtoolboxDownload
Gstreamer GStreamer is a library for constructing graphs of media-handling components. Yes Windows Installer http://gstreamer.freedesktop.org/download/
BrainStream BrainStream is a Matlab toolbox for designing and executing Brain-Computer-Interface (BCI) experiments. No toolbox BrainStream

Default Location Psychtoolbox

Windows

C:\toolbox\psychtoolbox

License

For license and installation information click here