Modify Matlab (test caddy)
This commit is contained in:
parent
b77a95257b
commit
1364e6fa13
@ -12,11 +12,11 @@ Tags
|
||||
|
||||
Books:
|
||||
|
||||
- ([Higham 2017](#org80aac16))
|
||||
- ([Attaway 2018](#org689a4e6))
|
||||
- ([OverFlow 2018](#org6480d2d))
|
||||
- ([Johnson 2010](#org657d51a))
|
||||
- ([Hahn and Valentine 2016](#org23bf05a))
|
||||
- ([Higham 2017](#org311950e))
|
||||
- ([Attaway 2018](#org2d4cbee))
|
||||
- ([OverFlow 2018](#org84f4050))
|
||||
- ([Johnson 2010](#orgd1edf93))
|
||||
- ([Hahn and Valentine 2016](#org07606c6))
|
||||
|
||||
|
||||
## Useful Commands {#useful-commands}
|
||||
@ -55,7 +55,7 @@ legend('Location', 'northeast');
|
||||
```
|
||||
|
||||
|
||||
## Installation {#installation}
|
||||
## Linux Installation {#linux-installation}
|
||||
|
||||
If a single user is using the Matlab installation on the machine:
|
||||
|
||||
@ -68,14 +68,19 @@ Then, Toolboxes can be installed by the user without any problem.
|
||||
To install Toolboxes, the best is to Download the Matlab installer from mathworks and just select the wanted toolboxes.
|
||||
|
||||
|
||||
## Used Toolboxes {#used-toolboxes}
|
||||
|
||||
- `vfit3` ([link](https://www.sintef.no/projectweb/vectorfitting/)): used to identify transfer functions
|
||||
|
||||
|
||||
## Bibliography {#bibliography}
|
||||
|
||||
<a id="org689a4e6"></a>Attaway, Stormy. 2018. _MATLAB : a Practical Introduction to Programming and Problem Solving_. Amsterdam: Butterworth-Heinemann.
|
||||
<a id="org2d4cbee"></a>Attaway, Stormy. 2018. _MATLAB : a Practical Introduction to Programming and Problem Solving_. Amsterdam: Butterworth-Heinemann.
|
||||
|
||||
<a id="org23bf05a"></a>Hahn, Brian, and Daniel T Valentine. 2016. _Essential MATLAB for Engineers and Scientists_. Academic Press.
|
||||
<a id="org07606c6"></a>Hahn, Brian, and Daniel T Valentine. 2016. _Essential MATLAB for Engineers and Scientists_. Academic Press.
|
||||
|
||||
<a id="org80aac16"></a>Higham, Desmond. 2017. _MATLAB Guide_. Philadelphia: Society for Industrial and Applied Mathematics.
|
||||
<a id="org311950e"></a>Higham, Desmond. 2017. _MATLAB Guide_. Philadelphia: Society for Industrial and Applied Mathematics.
|
||||
|
||||
<a id="org657d51a"></a>Johnson, Richard K. 2010. _The Elements of MATLAB Style_. Cambridge University Press.
|
||||
<a id="orgd1edf93"></a>Johnson, Richard K. 2010. _The Elements of MATLAB Style_. Cambridge University Press.
|
||||
|
||||
<a id="org6480d2d"></a>OverFlow, Stack. 2018. _MATLAB Notes for Professionals_. GoalKicker.com.
|
||||
<a id="org84f4050"></a>OverFlow, Stack. 2018. _MATLAB Notes for Professionals_. GoalKicker.com.
|
||||
|
Loading…
Reference in New Issue
Block a user