could anyone help me how to change the letter x that appears everywhere in the code to letter y in a single step.
2 ビュー (過去 30 日間)
古いコメントを表示
For example I having a code
XTest13=XTotal(25701:26000)
XTest14=XTotal(27701:28000)
XTest15=XTotal(29701:30000)
XTest16=XTotal(31701:32000)
here, I want to change X present everywhere in the code to Y in a single step instead going through each step to change it.
0 件のコメント
採用された回答
KSSV
2021 年 7 月 16 日
SEarch for the character 'X', use ctr + f, repalce X with Y, say replace all.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Search Path についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!