Matlab essential for a STEM
the book
the link will provide the following;
■ You must learn the exact rules for writing MATLAB statements and using
MATLAB utilities.
■ You must know the mathematics associated with the problem you want to solve.
■ You must develop a logical plan of attack—the algorithm—for solving a particular problem.
figure
plot(x,y,'Color',[0,0.7,0.9])
title('2-D Line Plot')
xlabel('x')
ylabel('cos(5x)')
p(1).LineWidth = 2;
p(2).Marker = '*';