Example Analysis of Image Visualization in matlab
Editor to share with you the example analysis of image visualization in matlab, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
Clear all;clc;close allx =-1 figuresubplot pivet 0.01) title ('default') title ('default')
Subplot (122) h = plot (xPowery1) ylim ([- 1.11.1]) grid on set (gca,'linewidth',0.8,...) xlabel ('this is the x-axis tag') ylabel ('this is the y-axis tag') xlim ([- pi pi]) 'fontsize',14,... 'xtick',-pi:pi/2:pi,... 'xticklabel', {' -\ pi','- {\ pi} / {2}',\ pi/2','\ pi'}) text (- 1.5 BackgroundColor','r' 'this is the text', 'BackgroundColor','r') h=fill ([- pi pi pi-pi], [- 1. 1-1-4-0. 4],' g') h.FaceAlpha=0.3text (- 0 BackgroundColor','r' 0.9) annotation ('textarrow') [0.715], 'Color', [0 01],... 'TextBackgroundColor', [110],... 'String', {' text arrow: cos (2x)'},... 'LineWidth',2); title (' after processing') h=legend ('sin (x)', 'cos (2x)'); title ('this is the legend')
The above is all the contents of the article "sample Analysis of Image Visualization in matlab". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!