计算机仿真技术习题(MATLAB) 5
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
1个回答
展开全部
clc;
clear all;
close all;
x = [0 1 2 3 4 5];
y = [300 150 75 35 12 5];
p = polyfit(x,y,1);
plot(x,y,'*'),grid on;
hold on;plot(x,p(1)*x+p(2));
xlabel('激禅察时袭伍间(明茄s)');ylabel('温度(℃)');title('淬火温度随时间变化情况');
clear all;
close all;
x = [0 1 2 3 4 5];
y = [300 150 75 35 12 5];
p = polyfit(x,y,1);
plot(x,y,'*'),grid on;
hold on;plot(x,p(1)*x+p(2));
xlabel('激禅察时袭伍间(明茄s)');ylabel('温度(℃)');title('淬火温度随时间变化情况');
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询