Regular update

This commit is contained in:
2020-08-13 11:19:08 +02:00
parent fb209652b3
commit cbacfff54b
13 changed files with 349 additions and 187 deletions

View File

@@ -12,11 +12,11 @@ Tags
Books:
- <sup id="88712982e0649b89da706b6abbcbc6c2"><a href="#higham17_matlab" title="Higham, MATLAB guide, Society for Industrial and Applied Mathematics (2017).">(Higham, 2017)</a></sup>
- <sup id="15f4380b6ce8a647387d3ccea25711f1"><a href="#attaway18_matlab" title="Attaway, MATLAB : a practical introduction to programming and problem solving, Butterworth-Heinemann (2018).">(Attaway, 2018)</a></sup>
- <sup id="e770e23b0d222a65eb74f036227b13b2"><a href="#overflow18_matlab_notes_profes" title="Stack OverFlow, MATLAB Notes for Professionals, GoalKicker.com (2018).">(Stack OverFlow, 2018)</a></sup>
- <sup id="87b279fa5b4ec9b1a73abed2d00b313f"><a href="#johnson10_matlab" title="Johnson, The elements of MATLAB style, Cambridge University Press (2010).">(Johnson, 2010)</a></sup>
- <sup id="1b4159c36c5367ee0c92139fb403e7e1"><a href="#hahn16_essen_matlab" title="Hahn \&amp; Valentine, Essential MATLAB for engineers and scientists, Academic Press (2016).">(Hahn \& Valentine, 2016)</a></sup>
- ([Higham 2017](#org80aac16))
- ([Attaway 2018](#org689a4e6))
- ([OverFlow 2018](#org6480d2d))
- ([Johnson 2010](#org657d51a))
- ([Hahn and Valentine 2016](#org23bf05a))
## Useful Commands {#useful-commands}
@@ -54,13 +54,28 @@ hold off;
legend('Location', 'northeast');
```
# Bibliography
<a id="higham17_matlab"></a>Higham, D., *Matlab guide* (2017), Philadelphia: Society for Industrial and Applied Mathematics. [](#88712982e0649b89da706b6abbcbc6c2)
<a id="attaway18_matlab"></a>Attaway, S., *Matlab : a practical introduction to programming and problem solving* (2018), Amsterdam: Butterworth-Heinemann. [](#15f4380b6ce8a647387d3ccea25711f1)
## Installation {#installation}
<a id="overflow18_matlab_notes_profes"></a>OverFlow, S., *Matlab notes for professionals* (2018), : GoalKicker.com. [](#e770e23b0d222a65eb74f036227b13b2)
If a single user is using the Matlab installation on the machine:
<a id="johnson10_matlab"></a>Johnson, R. K., *The elements of matlab style* (2010), : Cambridge University Press. [](#87b279fa5b4ec9b1a73abed2d00b313f)
```bash
sudo chown -R $LOGNAME: /usr/local/MATLAB/R2017b
```
<a id="hahn16_essen_matlab"></a>Hahn, B., & Valentine, D. T., *Essential matlab for engineers and scientists* (2016), : Academic Press. [](#1b4159c36c5367ee0c92139fb403e7e1)
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.
## Bibliography {#bibliography}
<a id="org689a4e6"></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="org80aac16"></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="org6480d2d"></a>OverFlow, Stack. 2018. _MATLAB Notes for Professionals_. GoalKicker.com.