This is a Sample Section

x = 1 + 2;
fprintf('X = %d', x);
X = 3
plot(1:10, sin(1:10));

Working with the Output pane

Adding formatted text

You can add both Bulleted
and Numbered lists to your document.
  1. Orange
  2. Red
  3. Green

Opening a Saved Figure File

openfig('SinCos.fig');

Displaying Graphics

Img = imread('https://upload.wikimedia.org/wikipedia/commons/7/7d/Dog_face.png');
image(Img)
3
ans = 3