eps空白白线出口冲浪地块

编程入门 行业动态 更新时间:2024-10-14 22:18:43
本文介绍了eps空白白线出口冲浪地块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我使用以下代码以eps格式导出​​了一个冲浪情节。

I exported a surf plot in eps format using the below code.

s = figure(10); surfc(double(smooth_img)); saveas(figure(10), 'surf.eps','epsc2');

我无法删除图像中的空白白线(即y = 250和x = 100)。有人有任何解决方案吗?

I'm not able to remove the blank white lines in the image (i.e. at y = 250 and x =100). Does anybody have any solution?

推荐答案

可能有很多原因。以下是一些麻烦的建议:

It can have tons of reasons. Here are some suggestions for trouble shooting:

1)使用 print ,而不是 saveas 。假设您实际将渲染器设置为画家,则矢量图形没有区别。

1) Use print instead of saveas. There is no difference for vector-graphics, assuming you actually set the renderer to painters.

set(gcf,'Renderer','painters') print(gcf,'surf.eps','-depsc2')

2)其他格式怎么办?您是否尝试使用 svg 和 eps ?错误是否仍然存在?

2) What about other formats? Have you tried using svg and eps? Does the error remain?

更多推荐

eps空白白线出口冲浪地块

本文发布于:2023-05-29 03:34:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/335823.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:地块   空白   白线   eps

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!