How remove error? circle=([centerX,cente rY], D,1000,':');
조회 수: 1 (최근 30일)
이전 댓글 표시
Expression or statement is incorrect--possibly unbalanced (, {, or [.
댓글 수: 2
Adam
2016년 10월 17일
What are you trying to do? Wrapping a bunch of comma separated things in parenthesis and trying to assign them to a variable is not valid syntax. Did you mean to call a function with those as arguments?
If you want help with something it is usually helpful to give some actual information on what you are doing rather than leaving people to guess!
Massimo Zanetti
2016년 10월 17일
Nasreen, you are right:
Expression or statement is incorrect--possibly unbalanced (, {, or [.
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!