主题: [MATLAB基础] why?
查看单个帖子
旧 2013-04-09, 20:23   #1
333
初级会员
 
注册日期: 2013-04-08
年龄: 31
帖子: 2
声望力: 0
333 正向着好的方向发展
默认 why?

F=@(t)((R-y1.*cos(t)-x1.*sin(t))./((sqrt((x1-R.*cos(t)).^2+(y1-R.*sin(t)).^2+(z1-z0).^2)).^3)
??? F=@(t)((R-y1.*cos(t)-x1.*sin(t))./((sqrt((x1-R.*cos(t)).^2+(y1-R.*sin(t)).^2+(z1-z0).^2)).^3)
|
Error: Incomplete or misformed expression or statement.

who can tell me why this is wrong? thanks!
333 当前离线   回复时引用此帖