看板 Mathematica 關於我們 聯絡資訊
有沒有高手可以教一下如何代數繪圖呢? 比如說我要畫 y=ax+b, 我用 Plot[y=ax+b,{x,0,10},Elements[{a,b},Constants]] 嘗試很久,好像沒辦法執行耶 我的目標是要畫出PolarPlot http://i.imgur.com/phY64xE.jpg
-- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.248.87.33 ※ 文章網址: https://www.ptt.cc/bbs/Mathematica/M.1480049221.A.017.html
andyfc1: Manipulate 11/26 14:58
wanderchang: Table+ListPlot(逃) 11/28 12:30
alfadick: google就可以解決了 11/28 23:11
alfadick: google mathematica polar plot 11/28 23:11
pig030: {a,b}={1,2}; Plot[ax+b ,{x0,10}] 12/13 13:58