JamesRitchie / language-matlab

MATLAB/Octave language support for Atom
15 stars 9 forks source link

How to run a graph in it? #11

Closed dothossein closed 8 years ago

dothossein commented 8 years ago

for example: x=[0:0.1:2*pi]; y=sin(x); plot(x,y)

how to show me this graph?

JamesRitchie commented 8 years ago

This package provides syntax highlighting when writing MATLAB scripts with the Atom editor, to actually run the scripts you use MATLAB itself.