Skip to content

Commit

Permalink
fixed typos and added link to ODE solver toolbox in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskis committed Dec 23, 2021
1 parent 4244638 commit e1a7bef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Solves the Riccati differential equation for the finite-horizon linear quadratic regulator.

**NOTE:** This function requires the [ODE Solver Toolbox](https://www.mathworks.com/matlabcentral/fileexchange/103975-ode-solver-toolbox).


## Syntax

Expand Down
2 changes: 1 addition & 1 deletion odericcati.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% Applications" (p. 35)
% [5] https://en.wikipedia.org/wiki/Linear-quadratic_regulator
%
% This functions requires the ODE Solver Toolbox:
% This function requires the ODE Solver Toolbox:
% https://www.mathworks.com/matlabcentral/fileexchange/103975-ode-solver-toolbox
%
%--------------------------------------------------------------------------
Expand Down

0 comments on commit e1a7bef

Please sign in to comment.