Azzera filtri
Azzera filtri

Arabic suffix or prefix

1 visualizzazione (ultimi 30 giorni)
Ebtesam Almansor
Ebtesam Almansor il 6 Ott 2016
HI
the code below is aiming to remove Arabic prefix but there is erroe
str = native2unicode('اليومين','UTF-8');
prefix=native2unicode( 'ال','UTF-8'); % The prefix to remove
suffix = 'ين'; % The suffix to remove
str = strrep(str,prefix, '')
  1 Commento
Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam il 7 Ott 2016
Modificato: Asad (Mehrzad) Khoddam il 7 Ott 2016
What version of Matlab do you have?
It works fine for me

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by