engineering recuitment Gujarat Metro JE Mock Test 2023 Electrical and Electronics Measurements Data Acquisition System MATLAB
x = 2*3;
y = x*2
When the above commands are executed in MATLAB, MATLAB will return which of the following?
1
y = 12
x = 2*3
2
y = 12
x = 6
3
y = 2*3*2
x = 6
4
y = 12