-------------------------------------------------------- chapters_3_and_4.mw -------------------------------------------------------- The file contains some calculations from chapters 3 and 4. -------------------------------------------------------- main_temp_P.c -------------------------------------------------------- The Runge-Kutta method is implemented.Generates real and imaginary components of complex pressure saved in cI.txt and cR.txt files correspondingly. Also it generates data.txt. *COPY THIS FILE TO SOME DIRECTORY IN YOUR COMPUTER WITH THE FILE from_C_to_Matlab.m* -------------------------------------------------------- Chapter_3.m -------------------------------------------------------- Plots the graphs and evaluates some complex expressions from Chapter 3. -------------------------------------------------------- Chapter_4.m -------------------------------------------------------- Plots the graphs and evaluates some complex expressions from Chapter 4. -------------------------------------------------------- from_C_to_Matlab.m -------------------------------------------------------- Reads from files cI.txt and cR.txt in order to represent the waveform of the pressure. -------------------------------------------------------- Chapter_6.m -------------------------------------------------------- Generates Figures 17-19. ******************************************************** Matlab2Tikz .zip folder ******************************************************** The function 'matlab2tikz' used in Chapter_3.m and Chapter_4.m in order to put the graph into LaTex document in .tikz format needs these files - cleanfigure.m - figure2dot.m - matlab2tikz.m - matlab2tikzInputParser.m - updater.m stored in Matlab2Tikz .zip folder. ********************************************************