M
MatFree
Notebook
Notebooks
Save
Search (Ctrl+K)
Load URL
Math
Vars
Playground
Run All
MD
↑
↓
+Code
+MD
×
# MatFree Notebook Write code and markdown in cells. Run cells with **Ctrl+Enter**.
MatFree Notebook
Write code and markdown in cells. Run cells with
Ctrl+Enter
.
In [2]
Run
↑
↓
+Code
+MD
×
x = linspace(0, 2*pi, 100); plot(x, sin(x)) title('Hello from Notebook!')