필터 지우기
필터 지우기

RK method in MATLAB gui giving error message "Function with duplicate name "rigid" cannot be called"

조회 수: 1 (최근 30일)
Hello i am using 4th order RK method to solve my problem,the subfunction name is rigid.m which will be called in my main function.The main function is inside GUI programme,When i will give values and click push butto it will solve and give me results. so when i have written my subfunction rigid.m ,then main function(which contain RK method)that calls rigid.m under pushbutton it is giving error message "Function with duplicate name "rigid" cannot be called" while running.How to reduce it. When i am typing rigid.m separately and calling in GUI then it is not giving error,but the values used in rigid.m are given by user in GUI window.

답변 (1개)

Image Analyst
Image Analyst 2015년 11월 28일
편집: Image Analyst 2015년 11월 28일
What does this say:
>> which -all rigid.m
Are you sure you don't have rigid defined twice in your main GUI code, or once there plus once as a separate m-file?
  댓글 수: 5
DEBASHIS PANDA
DEBASHIS PANDA 2015년 11월 28일
while running which -all rigid.m in command window after giving breakpoint it is giving folowing output which -all rigid.m 'rigid.m' not found.
Image Analyst
Image Analyst 2015년 11월 28일
Then it is not defined in your code like you thought. If it were in that m-file, you'd see this:
K>> which -all rigid
C:\Users\debashis\Documents\MATLAB\work\rigid.m (rigid) % Local function of RK

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

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by