Print Images - MATLAB Simulink - MathWorks Print Images If you want to output a MATLAB ® image to use in another application (such as a word-processing program or graphics editor), use imwrite to create a file in the appropriate format See Write Image Data to File in Graphics Format for details If you want to print an image, use imshow to display the image in a MATLAB figure window
Greek Letters and Special Characters in Chart Text Create a line plot and add a title and axis labels to the chart Display a superscript in the title using the ^ character The ^ character modifies the character immediately following it Include multiple characters in the superscript by enclosing them in curly braces {} Include the Greek letters α and μ in the text using the TeX markups \alpha and \mu, respectively