Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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....)
Cita come
Stijn Helsen (2026). Compare Strings (C-convention) (https://it.mathworks.com/matlabcentral/fileexchange/3987-compare-strings-c-convention), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: lexcmp, String comparison
Informazioni generali
- Versione 1.0.0.0 (412 Byte)
-
Nessuna licenza
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
