主题:图片上画矢量
I want to draw vectors on the picture '1.tif', I use 'hold on' to do it, but unfortunately,I cannot get the results, does anyone know what is the problem?
我想在一张图片上画矢量图,先READ图片,HOLD ON, 然后画图,但是这样不能实现,是不是图片不能这样直接读入?请高人指点<,谢谢!
付涛涛
I=imread('E:\velocity profile\T600\gas_liquid\0.8%(wt.)_SDS\1.tif');
hold on
quiver(a(:,1),a(:,2),a(:,3),a(:,4));
hold off
colormap copper