Feeds
提问
How Do I Turn a Spirograph Into a Track?
I'm using an old spirograph script. Remember spirographs? The little circle inside traces a figure inside the bigger circle. Yea...
5 years 前 | 1 个回答 | 0
1
个回答已回答
What data type is valid for piecewise functions?
The reason it wasn't working was because I wasn't making my function symbolic. Here is the correct code. It works perfectly. %...
What data type is valid for piecewise functions?
The reason it wasn't working was because I wasn't making my function symbolic. Here is the correct code. It works perfectly. %...
5 years 前 | 0
| 已接受
提问
What data type is valid for piecewise functions?
I am trying to graph a simple piecewise function. Basically, I am trying to graph: for x < 0, y = -x, for x>0, y = x. M...
5 years 前 | 2 个回答 | 0