% Plot figure(88); plot(collected_path_rss,'-ro'); hold on; plot(small_path_rss,'-kx'); plot(small_path_std,'-bs'); hold off; ylabel('RSS [dBm]'); xlabel('Square'); legend('Collected','Signal Map','STD'); figure(89); C = setdiff(collected_path_rss,small_path_rss); plot(C); %%%%%%%%%%%%%% for i=1:1:length(small_path_rss) plus_five_dbm(i) = small_path_rss(i) + 5; minus_five_dbm(i) = small_path_rss(i) - 5; end %figure(99); %plot(plus_five_dbm,'-b'); %hold on; %plot(collected_path_rss,'-ro'); %plot(minus_five_dbm,'-k'); %hold off; %ylabel('RSS [dBm]'); %xlabel('Square'); %legend('+5 dBm','Collected','-5 dBm');