建模參數(shù)的設(shè)置
我想請(qǐng)教在建模輸參數(shù)值的時(shí)候帶根號(hào)的怎么輸入?。恐x謝了
用Sqrt(x)表示x的根號(hào)值。
Help-->Search(Mathematical Functions, Operators and Constants)
-------------------------------------------------------------------------------------------------------
Sqr(a)--------------------Square root of a
a^2-----------------------a * a
Log(a)-------------------Natural logarithm of a
Log(a) / Log(10)------Logarithm of a to a base of 10
Help-->Search(Mathematical Functions, Operators and Constants)
-------------------------------------------------------------------------------------------------------
Sqr(a)--------------------Square root of a
a^2-----------------------a * a
Log(a)-------------------Natural logarithm of a
Log(a) / Log(10)------Logarithm of a to a base of 10
You can try it on
Edit--->Calculator
非常感謝大家!
看到cst2006的例子面,螺旋電感的建模,有幾個(gè)地方用到了例如:xp(1)、xp(2)、……、yp(1)、yp(2)、……,哪位大俠知道是什么意思啊 ?
1)先回LZ:使用參數(shù)的話是不支持Sqr的,可以使用如 a^0.5 來(lái)表示
2)再回LS:xp(1)、xp(2)、……、yp(1)、yp(2)、……,是使用取點(diǎn)工具抓取的點(diǎn)的坐標(biāo),具體地說(shuō),建模時(shí),可以不手動(dòng)輸入一個(gè)點(diǎn)的坐標(biāo),而采取用選點(diǎn)工具抓取的方法,這樣做的好處是精度高,避免錯(cuò)誤。