Skip to content

Commit 9b00acd

Browse files
committed
updated documentation links
1 parent 1762fbf commit 9b00acd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

EXAMPLES.mlx

32 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Transforms a continuous transfer function to a discrete transfer function using
2020
## Examples and Additional Documentation
2121

2222
- See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.
23-
- 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.
23+
- 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.

c2d_euler.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
% See also c2d.
1010
%
1111
% Copyright © 2021 Tamas Kis
12-
% Last Update: 2022-04-20
12+
% Last Update: 2022-07-06
1313
% Website: https://tamaskis.github.io
1414
% Contact: tamas.a.kis@outlook.com
1515
%
1616
% TECHNICAL DOCUMENTATION:
17-
% https://tamaskis.github.io/documentation/Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf
17+
% https://tamaskis.github.io/files/Continuous_to_Discrete_Transfer_Function_Transformation_Using_the_Euler_Methods.pdf
1818
%
1919
% REQUIREMENTS:
2020
% • Control System Toolbox
@@ -28,7 +28,7 @@
2828
% Hs - (1×1 tf or zpk) continous transfer function
2929
% T - (1×1 double) sampling period
3030
% type - (char) 'forward' or 'backward'
31-
% output - (char) (OPTIONAL) specifies output type ('tf' or 'zpk')
31+
% output - (OPTIONAL) (char) specifies output type ('tf' or 'zpk')
3232
%
3333
% -------
3434
% OUTPUT:

0 commit comments

Comments
 (0)