sopt2.m
来自「一个计算多维定标(MDS)的matlab源代码」· M 代码 · 共 14 行
M
14 行
function f = sopt2( x );
% calculate the stress based on current position
global l Config no nt ns r DHS DO DS referindex;
global effected effecteds oldsum1 oldsum2 minoption;
% call the C FUNCTION
f = sopt2C( Config , l , x , no , nt , ns , referindex , r , DO , ...
DS , DHS , effected , effecteds , oldsum1 , oldsum2 , minoption );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?