replace all same strings in m-file to another string

4 次查看(过去 30 天)
I have a A.m file. In this file,all variables are 'xx_*'. Now ,I want to create a B.m which has same variables to A.m ,but xx has been changed to xx_1
-- thanks to everyone answer or view this question.
  2 个评论
Stephen23
Stephen23 2016-6-20
编辑:Stephen23 2016-6-20
As an alternative to changing the variable names, just turn the script into a function, then this entire question becomes irrelevant:
Also note that an Mfile is just a text file, so you can use the find-and-replace feature of your favorite text editor.

请先登录,再进行评论。

采纳的回答

Leotsing
Leotsing 2016-6-20

更多回答(0 个)

类别

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