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 アカウントにサインインするか新しい MathWorks アカウントを作成します。