필터 지우기
필터 지우기

Matlab functions/scripts

조회 수: 1 (최근 30일)
Bashir Yusuf Bichi
Bashir Yusuf Bichi 2017년 11월 19일
댓글: Star Strider 2017년 11월 19일
I have four Matlab functions/scripts and I call all the functions/scripts from one main function, but the results where different when I run the individual functions/scripts. can any one help on how to resolve this issue

채택된 답변

Star Strider
Star Strider 2017년 11월 19일
Without seeing them, no.
If you are using global variables, remove the global calls and pass those variables as arguments to each of your functions instead.
  댓글 수: 5
Stephen23
Stephen23 2017년 11월 19일
"I thought when sending a variable to both the functions I have to name such variable as global."
When passing variables as arguments (as you should be doing) you should not declare those variables as global.
Star Strider
Star Strider 2017년 11월 19일
@Bashir Yusuf Bichi — As always, my pleasure.
If my Answer helped you solve your problem, please Accept it!
—————
@Stephen — Good point.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by