Plot a function of time

前端 未结 0 569
生来不讨喜
生来不讨喜 2020-12-24 04:10

I want to plot this function r1(ω,t) for a certain value of ω, parameterized by t (time) (in the x-y plane)

function r1(ω,t)
    return [cos(ω*t),sin(ω*t)]
en         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题