I did something error if I used the same variable name in many functions?

Hi All,
I have four functions and I called them one after one, did I do something error if I used the same variable name in these four functions? What MATLAB community suggest?

 채택된 답변

Dishant Arora
Dishant Arora 2014년 3월 20일

0 개 추천

They will be local to the function they are defined in. All the functions have a different workspace, so it won't create any conflicts as long as you are comfortable with it.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2014년 3월 20일

댓글:

2014년 3월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by