Update all files with new citeproc-org package
This commit is contained in:
@@ -12,11 +12,11 @@ Tags
|
||||
|
||||
Books:
|
||||
|
||||
- ([Higham 2017](#org8ba8e47))
|
||||
- ([Attaway 2018](#org4c6aa3b))
|
||||
- ([OverFlow 2018](#orgad9dce4))
|
||||
- ([Johnson 2010](#org1aa5652))
|
||||
- ([Hahn and Valentine 2016](#orgc9b02db))
|
||||
- ([Higham 2017](#org706fce9))
|
||||
- ([Attaway 2018](#org83f2c16))
|
||||
- ([OverFlow 2018](#orgc00fab5))
|
||||
- ([Johnson 2010](#org6262ff7))
|
||||
- ([Hahn and Valentine 2016](#org0601633))
|
||||
|
||||
|
||||
## Useful Commands {#useful-commands}
|
||||
@@ -46,12 +46,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');
|
||||
```
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ Books:
|
||||
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.
|
||||
@@ -101,12 +101,12 @@ Nice functions:
|
||||
|
||||
## Bibliography {#bibliography}
|
||||
|
||||
<a id="org4c6aa3b"></a>Attaway, Stormy. 2018. _MATLAB : a Practical Introduction to Programming and Problem Solving_. Amsterdam: Butterworth-Heinemann.
|
||||
<a id="org83f2c16"></a>Attaway, Stormy. 2018. _MATLAB : a Practical Introduction to Programming and Problem Solving_. Amsterdam: Butterworth-Heinemann.
|
||||
|
||||
<a id="orgc9b02db"></a>Hahn, Brian, and Daniel T Valentine. 2016. _Essential MATLAB for Engineers and Scientists_. Academic Press.
|
||||
<a id="org0601633"></a>Hahn, Brian, and Daniel T Valentine. 2016. _Essential MATLAB for Engineers and Scientists_. Academic Press.
|
||||
|
||||
<a id="org8ba8e47"></a>Higham, Desmond. 2017. _MATLAB Guide_. Philadelphia: Society for Industrial and Applied Mathematics.
|
||||
<a id="org706fce9"></a>Higham, Desmond. 2017. _MATLAB Guide_. Philadelphia: Society for Industrial and Applied Mathematics.
|
||||
|
||||
<a id="org1aa5652"></a>Johnson, Richard K. 2010. _The Elements of MATLAB Style_. Cambridge University Press.
|
||||
<a id="org6262ff7"></a>Johnson, Richard K. 2010. _The Elements of MATLAB Style_. Cambridge University Press.
|
||||
|
||||
<a id="orgad9dce4"></a>OverFlow, Stack. 2018. _MATLAB Notes for Professionals_. GoalKicker.com.
|
||||
<a id="orgc00fab5"></a>OverFlow, Stack. 2018. _MATLAB Notes for Professionals_. GoalKicker.com.
|
||||
|
Reference in New Issue
Block a user