All notable changes to this project will be documented in this file.
- In MonteCarlo.m, seperate distribution choices for resistors and capacitors.
- In MonteCarlo.m, option to keep resistor or capacitor values fixed at each run.
- In MonteCarlo.m, the uniform distribution for resistors and capacitors is now continuous rather than discrete.
- Inductors can now be used in the SPICE netlist.
- Current controlled voltage sources (H) can now be used in the SPICE netlist.
- Current controlled current sources (F) can now be used in the SPICE netlist.
- Removed unnecessary loops to improve speed.
- Axes labels for transient plots.
- General code cleanup - removed unnecessary square brackets.
- New example SPICE netlist (example11.cir) with associated schematic (example11.png), a complex RLC circuit.
- Minor changes.
- New example SPICE netlist (example12.cir) with associated schematic (example12.png), a complex RLC circuit.
- Minor changes.
- Minor aesthetic changes in the code and the generated output text files.
- MIT License.
- Minor aesthetic improvements.
- Minor changes for avoiding the 'symbolic:sym:sym:DeprecateExpressions' warning concerning sym command in MATLAB R2016a (MuPAD symbolic engine is now called using evalin command instead), and for support on future MATLAB releases.
- Removed all ^M characters in Main.m, Standard_Analysis.m and MonteCarlo.m using dos2unix.