Will Matlab be tested in the midterm?
1 Like
The short answer is no. The longer and more informative one is that one may be asked for high-level pseudo-code, or be given some simple matlab calls (e.g. A\b, inv(A), etc) and be asked what they do.
So, while the matlab syntax does not play a role, certain functions of matlab (which are also present in python, but possibly in different syntax) may be important.
2 Likes