6

Does anyone out here work with MATLAB and/or Latex? Because I started learning both for school and I have to say that I really like them!

Comments
  • 1
    @Artemix now I know where the .md extension of Github readme file's come from!
  • 2
    In the old days I used to matlab. In retrospect coding on the matlab command line and variable workspace influenced how I learned to code in other languages. Specifically, my programs are designed around the data and transformations required on variables.
  • 1
    MATLAB is great, but don't let it be your only or top language. And learn to use classdef and everything that goes with it as will help transition to a more... um... marketable language.
  • 1
    @Gianlu electrical engineer over here x) I'm using both extensively for my master's research and thesis right now. LaTeX is really cool, but I think is mostly only existent in academia,

    Matlab is also the best place to fail fast, before you go and implement in something more efficient :)

    I think both are really cool and useful though, just got to know where each tool is useful :D
Add Comment