运用matlab对如下函数求关于t的导数

[复制链接]
查看11 | 回复2 | 2013-8-3 16:22:08 | 显示全部楼层 |阅读模式
syms x1 x3 s3 t x1=360*t;x3=atan(200+100*sin(x1));s3=100*cos(x1)/cos(x3);dx3=diff(x3,'t'),ds3=diff(s3,'t')结果:dx3 =36000*cos(360*t)/(1+(200+100*sin(360*t))^2)ds3 =-36000*sin(360*t)*(1+(200+100*sin(360*t))^2)^(1/2)+3600000*cos(360*t)^2/(1+(200+100*sin(360*...
回复

使用道具 举报

千问 | 2013-8-3 16:22:08 | 显示全部楼层
求导是有函数的哟~diff(),画图就可以直接用plot()想了解更多可以command窗口输入doc diffsyms tt=-pi:0.01:pi;x1=360*t;x3=arctan(200+100*sin(x1));s3=100*cos(x1)/cos(x3);yx=diff(x3)ys=diff(s3)plot(...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行