⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 updatestatetransitions.m

📁 Continuous Profile Models (CPM) Matlab Toolbox.
💻 M
字号:
% function  newG = updateStateTransitions(G)%% Updates G.D, G.timeTransLog, G.stateTransLog, G.stateTrans% using the new values of d_1^k provide from the M-step update% rule.% note that the order of these updates is crucial.function  newG = updateStateTransitions(G)newG=G;%% updateTimeConst and updateScaleConst have already%% updated other relevant parametersnewG.stateTransLog = getStateTransLog(G);newG.stateTrans = getStateTrans(newG);return; %% WARNING, I HAD IT LIKE THIS BEFORE!!!%newG.stateTrans = getStateTrans(G);%warning('MUST FIX THIS FUNCTION!!!');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -