Print a statement to the Command Window
I am writing a program. I want to display the statement ‘job done’ as the output in the Command Window. How can I do it?
NOTE:-
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help , Finance Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
To display text in the Command Window, use disp or fprintf.
disp('job done')
or
fprintf('job done \n')
SEE COMPLETE ANSWER CLICK THE LINK