在MATLAB中翻转图像和y方向

时间:2017-10-26 08:22:19

标签: matlab

我有一个数字,我想根据某些数组'x','y'和'z'绘制'茎'。假设图像称为image1

我到目前为止,

   stem3(x(n,:), y(n,:),10*z(n,:), 'm', 'LineWidth', 1,'Marker', 'none') 
   hold on 
   view([-10, -20])  
   imshow(flipud(image1)) 
   xlim([600, 1000])

然而,当我运行脚本时,茎不会按照我想要的方式运行。它们指向负方向,将z乘以-1则不做任何事情。

0 个答案:

没有答案