質問編集履歴

2

特になし

2019/03/29 23:55

投稿

furusawa
furusawa

スコア40

test CHANGED
File without changes
test CHANGED
File without changes

1

コードの範囲を少し広げました

2019/03/29 23:55

投稿

furusawa
furusawa

スコア40

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,12 @@
1
1
  ```
2
2
 
3
3
  octave
4
+
5
+ >> plot(t,y1)
6
+
7
+ >> hold on
8
+
9
+ >> plot(t,y2,'r')
4
10
 
5
11
  d '/Users/takumi/Desktop/octave' ; print -dpng 'myplot.png'
6
12