set_all_internal_potentials.m.svn-base
来自「Probabilistic graphical models in matlab」· SVN-BASE 代码 · 共 15 行
SVN-BASE
15 行
function [model] = set_all_internal_potentials(model, method, number) model.all_internal_potentials = true;if (strcmp (method, 'random-correlated' ) ) model.all_internal_potentials_code = strcat( '<all internal potentials> (random-correlated) ( ' , strcat( num2str(number ), ' )' ) );endif (strcmp (method, 'special' ) ) model.all_internal_potentials_code = strcat( '<all internal potentials> (special) ( ' , strcat( num2str(number ), ' )' ) );end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?