|
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
- [filename,pathname]=uigetfile('C:\Users\Administrator\Desktop\2.txt','select file');
- str_filename=[pathname,filename];
- [p_ori,p_orj]=textread(str_filename,'%s%s');
- p_orj=str2num(char(p_orj));
- p=smoothly2(p_orj);
- phi=-180:180;
- S=2;
- L=2.05;
- lb=S/2*L;
- t=S/2*(1+1/lb-(cosd(phi)+1/lb(1-sqrt(1-lb.*lb.*sind.(phi)*sind(phi)))));
7 I" C9 C1 Y/ W/ p6 t( a2 c % Y4 C% n6 @+ U4 H" k; Y: n
[color=rgb(51, 102, 153) !important]复制代码7 M2 A/ f: D- F" S# y4 @
% @' K* f% `4 B, x1 N$ J; g
R& [0 Y6 Z J# {; S, }* w1 o# }% ^
这一句出现问题+ d- w7 J* z" u: N" r* p( D
- t=S/2*(1+1/lb-(cosd(phi)+1/lb(1-sqrt(1-lb.*lb.*sind.(phi)*sind(phi)))));) j6 g& o; ~2 W, \
7 ~$ s+ H! G4 f+ z+ m: C[color=rgb(51, 102, 153) !important]复制代码
1 y7 U. _$ j) d+ t" w. z4 H- Y2 T
错误信息如下,
/ A/ S! {3 z. C3 T3 p9 [??? Argument to dynamic structure reference must evaluate to a valid field name+ Y+ }$ E! T' p2 `
|
|