📄 huituzb1.asv
字号:
h=axes('Position',[0 0 1 1],'Visible','off');
axes('Position',[.25 .1 .7 .8]);
t=0:900;
plot(t,0.25*exp(-0.005*t));
str(1)={'Plot of the function:'};
str(2)={'y=Ae{-\alpha}{\itt}'};
str(3)={'With the value:'}
str(4)={'A=0.25'};
str(5)={'\alpha=.005'};
str(6)={'t=0:900'};
set(gcf,'CurrentAxes',h);
text(.01,.6,str,'FontSize',12)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -