필터 지우기
필터 지우기

Step by step execution of "No argument function"

조회 수: 1 (최근 30일)
Muhammad Adil
Muhammad Adil 2019년 1월 30일
편집: Muhammad Adil 2019년 1월 30일
I am calling a no argumnet function in my main .m file.
I want to execute this function step by step to debug and check the folw of the fucntion code.
But it is giving error of "Not enough arguments". I want to make sure MATLAB provide this facility to execute this type of fucntion step by step because MATLAB is user friendly software.
>>
>>imdl = mk_ExpModel_adjD('ELB_16L1_G_C2D',13,2);
>>imdl.fwd_model.jacobian = @jacobian_adjoint_MIT_FEMM_Jim;Error Jacobian_adjoint_MIT_Jim.png
  댓글 수: 3
Muhammad Adil
Muhammad Adil 2019년 1월 30일
Will you please give me an example:
Because when I want to do it in the command window to execute step by step, it gives error of "no enough arguments".
Jan
Jan 2019년 1월 30일
I did not see such a message yet. Maybe it concerns inpur or output arguments? Please post the relevant part of the code and a copy of the complete message. Otherwise it is hard to guess, what you are doing and which problem occurs.

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

답변 (0개)

카테고리

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

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by