Debugging: creating a line with empty data
>> a = 1
a =
1
>> a(2) = line([],[],[])
Improper assignment with rectangular empty matrix.
We figure out how to deal with this with a simple check around the line command.
>> a = 1
a =
1
>> a(2) = line([],[],[])
Improper assignment with rectangular empty matrix.
We figure out how to deal with this with a simple check around the line command.
댓글
댓글을 남기려면 링크 를 클릭하여 MathWorks 계정에 로그인하거나 계정을 새로 만드십시오.