Getting Matlab on Emacs: A Beginner's Guide

  • Context: MATLAB 
  • Thread starter Thread starter birdhen
  • Start date Start date
  • Tags Tags
    Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 6K views
birdhen
Messages
31
Reaction score
0
I am a complete beginner, just started with emacs yesterday, and know very little about computers. I have some code to get Matlab onto emacs but what do I do with it...I have written it in a new file and then tried to get into Matlab mode but it is unrecognised...can anyone give me some advise ?
 
Physics news on Phys.org
birdhen said:
I am a complete beginner, just started with emacs yesterday, and know very little about computers. I have some code to get Matlab onto emacs but what do I do with it...I have written it in a new file and then tried to get into Matlab mode but it is unrecognised...can anyone give me some advise ?

Presumably you're talking about using Matlab mode in emacs. That's simple:
Code:
M-x matlab-mode
will do the trick.
 
it just says no match..
 
I did install it, so I don't know what I am doing wrong...