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

1 visualización (últimos 30 días)
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.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by