Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
This (old) function compares two strings and gives an output similar to the C-function strcmp.
Unlike the MATLAB strcmp function the strings are compared in the alphabetical order.
c=strcmp(s1,s2)
c : -1 if s1<s2, 0 if s1==s2, +1 if s1>s2.
(This is an old function, which I wanted to supply now....)
Zitieren als
Stijn Helsen (2026). Compare Strings (C-convention) (https://de.mathworks.com/matlabcentral/fileexchange/3987-compare-strings-c-convention), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: lexcmp, String comparison
Allgemeine Informationen
- Version 1.0.0.0 (412 Bytes)
-
Keine Lizenz
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.0.0 |
