Feeds
提问
i want to plot 4 plots using ginput
clear all; close all; for k=1:4 axis([0,10,0,10]); data = ginput(4); x = data(:,1); y = data(:,2); plot(x,y,'r','Line...
6 years 前 | 1 个回答 | 0
1
个回答提问
i need to find the x and y component of moving vehicles
i have the simulink block diagrams for detection of range,label etc..the objects here are static objects.how can i make the stat...
6 years 前 | 0 个回答 | 0
