could anyone help me how to change the letter x that appears everywhere in the code to letter y in a single step.

2 views (last 30 days)
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.

Accepted Answer

KSSV
KSSV on 16 Jul 2021
SEarch for the character 'X', use ctr + f, repalce X with Y, say replace all.

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!