What is MATLAB Ylabel?
ylabel( txt ) labels the y-axis of the current axes or standalone visualization. Reissuing the ylabel command causes the new label to replace the old label. ylabel( target , txt ) adds the label to the specified target object. example.
What is the use of the command Xlabel and Ylabel in MATLAB?
xlabel( txt ) labels the x-axis of the current axes or standalone visualization. Reissuing the xlabel command replaces the old label with the new label. xlabel( target , txt ) adds the label to the specified target object.