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

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by