![]() |
|
MATLab anyone - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Offtopic (https://forums.dolphin-emu.org/Forum-offtopic) +--- Forum: Delfino Plaza (https://forums.dolphin-emu.org/Forum-delfino-plaza) +--- Thread: MATLab anyone (/Thread-matlab-anyone) |
MATLab anyone - cyrax33 - 10-02-2014 Hello Dolphin team, Well I just recently had an interview for a research lab position and the position recommends to have MATLab programming knowledge. I'm sort of in a bind here as I've used other frontends but not MATLab before and want to know if any of you dev. have dealt with MATLab, if so is it easy to pick up. Let me know your opinions. RE: MATLab anyone - KHg8m3r - 10-02-2014 I use Matlab in conjunction with Labview for our Robotics projects at school. It's not that difficult to understand if you have any background in programming. It's pretty similar to c-based coding (except for making graphical frontends). I'll look around to try and find the instructional pages that we used. RE: MATLab anyone - cyrax33 - 10-02-2014 Hey thanks KHg8m3r. I forgot all about C++ back when I took a programming course in college. For frontends I use other programs. I appreciate any documentation you find. Thanks again for your help. RE: MATLab anyone - KHg8m3r - 10-02-2014 I sent you a PM with a link RE: MATLab anyone - cyrax33 - 10-02-2014 Ok thank you. RE: MATLab anyone - KHRZ - 10-05-2014 I used MATLab in some math courses, it was pretty light on programming requirements, similar to Python, and for most commands you can type 'help <command> to see the documentation. |