1、打开matlab软件主界面如图所示。
3、若想同时绘制两函数的图像,需要使用hold函数,使用效果如图所示。
5、所以绘制两函数的图像时,先输入hold on函数,再在其后面输入plot命令,如图所示。