What are some of the basic matlab projects for a beginner?
I guess a lot depends on what you are trying to do, or in which fields you want to work. I assume you want to add a skill to your repertoire, since you have not asked “how do I do this in MATLAB?”. MATLABsolutions
So, here goes then -
- Decide the field for which you want to learn MATLAB.
- Find out what MATLAB is used for (generally) in your field.
- Pick an advanced implementation (from a research paper perhaps?)
- Read through and properly understand what is going on - including the inner workings that might not be clear from the code alone.
- Implement something aligned to the above on your own.
In my case, I was into computer vision during my internship and my mentor had this complicated simulink model going on. I had to integrate it into something. That part was easy - then it didn’t work. So I had to get into the model and figure .
Comments
Post a Comment