필터 지우기
필터 지우기

Not enough input arguments in visualizing skeletal data

조회 수: 1 (최근 30일)
Freceena Francis
Freceena Francis 2018년 10월 31일
댓글: KSSV 2018년 11월 1일
How to fix the error below : Not enough input arguments.
Error in drawskt (line 8) for a=a1:a2
The code is given in the file attached.

답변 (1개)

KSSV
KSSV 2018년 10월 31일
YOu must call the function by defining variables .
a1 = 1 ; % your value
a2 = 10 ; % your value
s1 = 1 ; % you value
s2 = 20 ; % your value
e1 = rand ;
e2 = rand ;
drawskt(a1,a2,s1,s2,e1,e2) ;
  댓글 수: 2
Freceena Francis
Freceena Francis 2018년 11월 1일
Still having same problem.
KSSV
KSSV 2018년 11월 1일
Show us the values you have used and the way you have called the function.

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

카테고리

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

태그

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by