|
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)))));
: G$ J+ G# K1 Y! @0 I* X7 o - ^( s% W! z- h, Q
[color=rgb(51, 102, 153) !important]复制代码
$ Z5 b; R7 W, S h' H/ g A& q, A E( g, K7 b
) d- u3 X; L# }$ \
这一句出现问题- P. v* s& u0 ?
- t=S/2*(1+1/lb-(cosd(phi)+1/lb(1-sqrt(1-lb.*lb.*sind.(phi)*sind(phi)))));3 e+ Z- j9 D5 V, J
# b2 t. }. U& K3 y5 y0 `
[color=rgb(51, 102, 153) !important]复制代码$ r" S5 |1 U6 z
5 D6 }$ l1 V3 [7 u9 x4 [5 @错误信息如下,
7 w5 x+ R" C5 u0 u??? Argument to dynamic structure reference must evaluate to a valid field name
% |9 }8 I7 Q) |* p- b4 z |
|