replace all same strings in m-file to another string
5 ビュー (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154177/image.jpeg)
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
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.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!