Update Content - 2021-05-02

This commit is contained in:
2021-05-02 20:37:00 +02:00
parent 699e8a7905
commit f975b4bd90
77 changed files with 1212 additions and 666 deletions

View File

@@ -4,10 +4,6 @@ author = ["Thomas Dehaeze"]
draft = false
+++
Backlinks:
- [Simulink]({{< relref "simulink" >}})
Tags
: [Simulink]({{< relref "simulink" >}})
@@ -16,11 +12,11 @@ Tags
Books:
- ([Higham 2017](#org9e841d2))
- ([Attaway 2018](#org1d7c8f3))
- ([OverFlow 2018](#orgdf04055))
- ([Johnson 2010](#org329fa4a))
- ([Hahn and Valentine 2016](#org7d00587))
- ([Higham 2017](#org68f863c))
- ([Attaway 2018](#org3441bfb))
- ([OverFlow 2018](#org8e0ff2b))
- ([Johnson 2010](#org019531d))
- ([Hahn and Valentine 2016](#orgbeacac3))
## Useful Commands {#useful-commands}
@@ -56,12 +52,12 @@ Books:
### Do not show legend for one plot {#do-not-show-legend-for-one-plot}
```matlab
figure;
hold on;
plot(x, y1, 'DisplayName, 'lengendname');
plot(x, y2, 'HandleVisibility', 'off');
hold off;
legend('Location', 'northeast');
figure;
hold on;
plot(x, y1, 'DisplayName, 'lengendname');
plot(x, y2, 'HandleVisibility', 'off');
hold off;
legend('Location', 'northeast');
```
@@ -70,7 +66,7 @@ legend('Location', 'northeast');
If a single user is using the Matlab installation on the machine:
```bash
sudo chown -R $LOGNAME: /usr/local/MATLAB/R2017b
sudo chown -R $LOGNAME: /usr/local/MATLAB/R2017b
```
Then, Toolboxes can be installed by the user without any problem.
@@ -109,14 +105,15 @@ Nice functions:
| `echo` | Display statements during function execution |
## Bibliography {#bibliography}
<a id="org1d7c8f3"></a>Attaway, Stormy. 2018. _MATLAB : a Practical Introduction to Programming and Problem Solving_. Amsterdam: Butterworth-Heinemann.
<a id="org3441bfb"></a>Attaway, Stormy. 2018. _MATLAB : a Practical Introduction to Programming and Problem Solving_. Amsterdam: Butterworth-Heinemann.
<a id="org7d00587"></a>Hahn, Brian, and Daniel T Valentine. 2016. _Essential MATLAB for Engineers and Scientists_. Academic Press.
<a id="orgbeacac3"></a>Hahn, Brian, and Daniel T Valentine. 2016. _Essential MATLAB for Engineers and Scientists_. Academic Press.
<a id="org9e841d2"></a>Higham, Desmond. 2017. _MATLAB Guide_. Philadelphia: Society for Industrial and Applied Mathematics.
<a id="org68f863c"></a>Higham, Desmond. 2017. _MATLAB Guide_. Philadelphia: Society for Industrial and Applied Mathematics.
<a id="org329fa4a"></a>Johnson, Richard K. 2010. _The Elements of MATLAB Style_. Cambridge University Press.
<a id="org019531d"></a>Johnson, Richard K. 2010. _The Elements of MATLAB Style_. Cambridge University Press.
<a id="orgdf04055"></a>OverFlow, Stack. 2018. _MATLAB Notes for Professionals_. GoalKicker.com.
<a id="org8e0ff2b"></a>OverFlow, Stack. 2018. _MATLAB Notes for Professionals_. GoalKicker.com.