Compare string in different file

조회 수: 1 (최근 30일)
Ebtesam Almansor
Ebtesam Almansor 2016년 9월 26일
답변: Ebtesam Almansor 2016년 9월 27일
Hi there I need matlab code to compare the input word with list (for example if the input word is BRB which is abbrivation )I want to search for BRB in Abbrivation list and replace it with the full stanser word

채택된 답변

KSSV
KSSV 2016년 9월 26일
doc strcmp and strcmpi

추가 답변 (1개)

Ebtesam Almansor
Ebtesam Almansor 2016년 9월 27일
= input('what is your name: ', 's');
str=native2unicode(n,'UTF-8');
c=strsplit(n); %tokenizer
%h=strfind('. ',c); % find this string
x = strmatch('لا',c);
TF = contains(c,'ا'); matches = c(TF);
help me with is please

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by