[script] solutions of exercises at end of chapters

This commit is contained in:
2019-12-01 00:21:07 +01:00
parent 50458f7f98
commit 1e3ec8944e
19 changed files with 190 additions and 280 deletions

View File

@@ -1,5 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Programming in \matlab}\label{programming}
\chapter{Programming in \matlab}
\label{programming}
In this chapter we will cover the basics of programming in
\matlab{}. Starting with the concept of simple variables and data
@@ -1768,3 +1769,7 @@ legend('show')
duplication or it grows too large, it is high time to consider
extracting features into separate functions.
\end{ibox}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printsolutions