set_variables_sizes.m.svn-base
来自「Probabilistic graphical models in matlab」· SVN-BASE 代码 · 共 10 行
SVN-BASE
10 行
function [model] = set_variables_sizes(model, var_size)if (size(var_size) ~= model.number_vertices)error('Error: the given array does not have the correct size. Its size and the number of vertices on the network should match.');endmodel.variables_sizes = var_size;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?