Skip to content

Commit

Permalink
updated documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskis committed Jul 6, 2022
1 parent 1762fbf commit 9b00acd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file modified EXAMPLES.mlx
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Transforms a continuous transfer function to a discrete transfer function using
## Examples and Additional Documentation

- See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.
- See ["Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf"](https://tamaskis.github.io/documentation/Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf) (also included with download) for the technical documentation.
- See ["Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf"](https://tamaskis.github.io/files/Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf) (also included with download) for the technical documentation.
6 changes: 3 additions & 3 deletions c2d_euler.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
% See also c2d.
%
% Copyright © 2021 Tamas Kis
% Last Update: 2022-04-20
% Last Update: 2022-07-06
% Website: https://tamaskis.github.io
% Contact: tamas.a.kis@outlook.com
%
% TECHNICAL DOCUMENTATION:
% https://tamaskis.github.io/documentation/Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf
% https://tamaskis.github.io/files/Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf
%
% REQUIREMENTS:
% • Control System Toolbox
Expand All @@ -28,7 +28,7 @@
% Hs - (1×1 tf or zpk) continous transfer function
% T - (1×1 double) sampling period
% type - (char) 'forward' or 'backward'
% output - (char) (OPTIONAL) specifies output type ('tf' or 'zpk')
% output - (OPTIONAL) (char) specifies output type ('tf' or 'zpk')
%
% -------
% OUTPUT:
Expand Down

0 comments on commit 9b00acd

Please sign in to comment.