質問編集履歴
1
コードの編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
Matrix m = new Matrix(args[0]);
|
56
56
|
|
57
|
-
Plot2D p = new Plot2D("
|
57
|
+
Plot2D p = new Plot2D("Satou");
|
58
58
|
|
59
59
|
GraphPanel gp = new GraphPanel(m);
|
60
60
|
|