P = IMPIXEL(RGB,C,R)
R and C are equal-length vectors specifying the coordinates of the pixels
r,c是指定像素坐标的
比如c=[12,20,33],r=[34,43,63]
取得是(12,34)(20,43)(33,63)三点
返回结果是三列的
每行代表一个点的rgb值
P = IMPIXEL(RGB,C,R)
R and C are equal-length vectors specifying the coordinates of the pixels
r,c是指定像素坐标的
比如c=[12,20,33],r=[34,43,63]
取得是(12,34)(20,43)(33,63)三点
返回结果是三列的
每行代表一个点的rgb值