plot_relative_error.m

来自「best routing protocol」· M 代码 · 共 8 行

M
8
字号
function plot_relative_error(estimate, real, color)    rerr=relative_error(estimate, real);    plot_cumu_matrix(rerr, color);    xlim([0 1]);    %xlim([-1 1]);    hold on

⌨️ 快捷键说明

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