How to add title in the subplot?
How to add title in the subplot?
(OP)
I mean how to use title command in the subplot?
matlab can not recognize my command title:
such as:
figure(1)
subplot(2,2,1)
title('asking for help')
Thank you!!!
matlab can not recognize my command title:
such as:
figure(1)
subplot(2,2,1)
title('asking for help')
Thank you!!!




