查看单个帖子
旧 2008-09-04, 04:47   #3
yuxuanqk
初级会员
 
注册日期: 2008-07-16
年龄: 43
帖子: 10
声望力: 17
yuxuanqk 正向着好的方向发展
默认 回复: [求助]matlab的两道题(分叉与混沌、正交变换问题)

(3) clear;
w=[2,3,4,5,6,7,8,9,10;4,2,0,2,4,2,0,2,4];
plot(w(1,,w(2,);
hold on;
theta=[pi/4,pi/2,pi,3*pi/2];
color=['r','b','y','k'];
for i=1:4
T=[cos(theta(i)),-sin(theta(i));sin(theta(i)),cos(theta(i))];
w1=T*w;
plot(w1(1,,w1(2,,color(i));
hold on;
end
(4)
笔顺长度指什么?线条的长度?
yuxuanqk 当前离线   回复时引用此帖