用MATLAB制作简单的GUI

2024-11-19 04:23:20
推荐回答(2个)
回答1:

有什么 具体要求
function shili01
h0=figure('toolbar','none',...
'position',[198 56 350 300],...
'name','sin');
h1=axes('parent',h0,...
'visible','off');
x=-pi:0.05:pi;
y=sin(x);
plot(x,y);
xlabel('自变量X');
ylabel('函数值Y');
title('SIN( )函数曲线');
grid on

回答2:

具体要求发到我邮箱吧!

zhh-1987@qq.com