|
|
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)))));
+ R4 ?: e* I8 o9 H" K & T Y3 P1 G+ k' c" p+ b% I
[color=rgb(51, 102, 153) !important]复制代码
. ~; p0 u! m S8 A% X* S* o: c$ p% r. h& d) u. u0 o$ Y
* Q" K0 U( w/ ^6 b2 `! C9 w
这一句出现问题" Y. ?) B; L3 s! a$ [; p, Y: Z& z
- t=S/2*(1+1/lb-(cosd(phi)+1/lb(1-sqrt(1-lb.*lb.*sind.(phi)*sind(phi)))));( i K3 P; C$ ^0 v6 J- C
, d& y* o" k* p- Z- v9 D[color=rgb(51, 102, 153) !important]复制代码
$ c% c1 ?8 |/ j$ C# ~$ ?1 n2 l P
错误信息如下,7 R4 }9 [5 `; m6 C# L$ J* _4 S
??? Argument to dynamic structure reference must evaluate to a valid field name
* \+ h8 i8 e# c- G/ u2 R3 ` |
|