In the adsbexample.m I'm getting an error: Unable to perform assignment because the left and right sides have a different number of elements. Error in helperAdsbNL (line 28) NL(1) = find(latTa​ble<lat,1,​'first'); Error in helperAdsb​RxMsgParse​r/pars

3 visualizzazioni (ultimi 30 giorni)
Unable to perform assignment because the left and right sides have a different number of elements.
Error in helperAdsbNL (line 28)
NL(1) = find(latTable<lat,1,'first');
Error in helperAdsbRxMsgParser/parseAirbornePosition (line 534)
NL(uint8(ADSBCPRFormat.Even)+1,1) = helperAdsbNL(Rlat0);
Error in helperAdsbRxMsgParser/stepImpl (line 76)
msg(p,1) = parseAirbornePosition(obj, adsbBits, msg(p,1));
Error in ADSBExample (line 246)
[msg,msgCnt] = msgParser(pkt,pktCnt);

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by