Easily Variable Name Changing in Editor

조회 수: 1 (최근 30일)
Ali Bars Gunduz
Ali Bars Gunduz 2012년 3월 11일
Is there a way to change my variables name easily? For example I wrote used a variable's name many times in my code, and I want to change that variable's name. Do I have to change all that variable's names or is there a way to change it easily?
for illiustration:
flag=randint(bla bla bla) . . . . flag=bla bla bla . . .bla bla= 3*pi^flag . . . end
I want to change the variable name flag into bird for example..

채택된 답변

Oleg Komarov
Oleg Komarov 2012년 3월 11일
From 2011b you can use the shift+enter feature, otherwise stick with find and replace.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by