Borrar filtros
Borrar filtros

Not enough input arguments in visualizing skeletal data

1 visualización (últimos 30 días)
Freceena Francis
Freceena Francis el 31 de Oct. de 2018
Comentada: KSSV el 1 de Nov. de 2018
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.

Respuestas (1)

KSSV
KSSV el 31 de Oct. de 2018
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 comentarios
Freceena Francis
Freceena Francis el 1 de Nov. de 2018
Still having same problem.
KSSV
KSSV el 1 de Nov. de 2018
Show us the values you have used and the way you have called the function.

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by