gnuplotに問題があります。私は、51の列を持つ2つのデータファイル(file1とfile2)を合わせる必要があります。このようなループでやります。 do for [j=2:51] {
fxj(x) = Dxj*x+ qxj
fit [xmin:xmax] fxj(x) '< paste file1 file2' u 1:(((column(j))+(colum
結果をプロットするのにns3にGnuplotHelperを使用します。私はNS3のデフォルトの例seventh.ccを実行する場合でも、私は次のエラーを取得する: ../scratch/congestion.cc: In function ‘int main(int, char**)’:
../scratch/congestion.cc:173:1: error: ‘GnuplotHelper’