adjusts.m
来自「Continuous Profile Models (CPM) Matlab T」· M 代码 · 共 10 行
M
10 行
%function newS=adjustS(oldS,maxScaleTrans)%% if any values went too large, then the large% values are set to maxScaleTrans, and everything% renormalizedfunction newS=adjustS(oldS,maxScaleTrans)newS=min(oldS,maxScaleTrans);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?