フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Conditions at makesymbolspec for Mapshow

1 回表示 (過去 30 日間)
Kelly Kyriakou
Kelly Kyriakou 2015 年 9 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I created the following rule in order to mapshow with conditions.
for linkid=1:length(getlinkid)
ruleid=getlinkid(linkid)
roadColors = ...
makesymbolspec('Line',{'Id',ruleid(linkid),'Color','r'},...
{'Default','Color','g'});
The length is 4 but when I run it, the loop run until the 2nd row and then I got this error
"Index exceeds matrix dimensions.
Error in traffic_scen>popupmenu3_Callback (line 661)
roadColors = ..."
What is my wrong?
Thankyou in advance

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by