octave 笔记

1. 画函数

>> x = [-4:0.5:6]
>> y = x.^2 - x - 6
>> plot(y)
posted @ 2018-10-10 18:25  洛笔达  阅读(130)  评论(0编辑  收藏  举报