You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Example for "tf" class:
>> s = tf('s');
>> W = 1/(s^4 + 2*s^3 + 3*s^2 + 4*s + 5);
>> [hwz,truefalse] = hurwitz(W,'tf')
Sistem je nestabilan.
hwz =
2 4 0 0
1 3 5 0
0 2 4 0
0 1 3 5
truefalse =
logical
0
Example for "sym" class:
>> syms s
>> W = 1/(s^2 + 2*s + 1);
>> [hwz,truefalse] = hurwitz(W,'sym')
Sistem je stabilan.
hwz =
2 0
1 1
truefalse =
logical
1
Cite As
aleksa markovic (2026). Hurwitz stability criterion (https://uk.mathworks.com/matlabcentral/fileexchange/68859-hurwitz-stability-criterion), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (2.1 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |