我想编一个MATLAB程序可以在100条字符串中确定指定字符序列位置的程序。

 我来答
匿名用户
推荐于2016-07-29
展开全部
R=['The problem of computating the eigenvalue and eigenvector of matrix is one of the important problems in the compitation of project.'];
A=['problems in the compitation'];%设指定字符列
n=length(R);
m=length(A);
display(['字符串共有字符' num2str(n)])%显示共有字符n个,n为统计出的字符数

for i=1:n-m+1
if R(i:i+m-1)==A(1:m)

display(['目标在字符串中的起始位置为' num2str(i)])

end
end
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式