![]() |
在屏幕上显示文本-MATLAB
你好
我正在计划在MATLAB中进行一个简单的实验。我需要在屏幕上打印彩色文本(反过来)。我找到了功能 text(0.6,0.5,'red','rotation',180,'fontsize',50,'color','k') 但是我想摆脱轴(x和y),我只希望文本显示在屏幕的中心。 任何想法都会被应用。 阿里尔 [B]回答:[/B] figure set(gcf,'Color', 'white') text(0.6,0.5,'red','rotation',180,'fontsize',50,'color','r') set(gca,'Color','white'); set(gca,'XColor','white'); set(gca,'YColor','white'); [url=https://stackoverflow.com/questions/4638077]更多&回答...[/url] |
所有时间均为北京时间。现在的时间是 01:09。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.