|
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)))));
* E. W: g& m$ [
+ ?6 g v: V1 s% X: V6 Q! u! Z[color=rgb(51, 102, 153) !important]复制代码; ^3 c2 Z0 Z; O2 C
. A% t7 }4 [2 t9 L1 M
) R$ s4 E# X) l! Y6 ?这一句出现问题
4 j( D J7 B$ p( o) y/ g- t=S/2*(1+1/lb-(cosd(phi)+1/lb(1-sqrt(1-lb.*lb.*sind.(phi)*sind(phi)))));/ U. i. [" |9 V/ f5 K, o
0 M% `" ?4 P) f: e+ K% d) {" Y9 s
[color=rgb(51, 102, 153) !important]复制代码/ I: b" A+ H) D* _: l* x5 ^) r
+ J h! P4 B0 F; ?9 a, x
错误信息如下,- w6 V+ B/ j+ S" S j1 L$ `$ J3 y2 m
??? Argument to dynamic structure reference must evaluate to a valid field name
+ l7 k2 D" T0 a. U |
|