Graphing over a period

Which MATLAB commands would you use to graph the function f(x) = sin(3x) over one period?

Answers (1)

Star Strider
Star Strider on 20 Mar 2020

0 votes

First, use syms to start the Sytmbolic Math Toolbox.
Second, provide the missing multiplication operator.
Third, use fplot.

Categories

Find more on Networks in Help Center and File Exchange

Tags

Asked:

on 20 Mar 2020

Answered:

on 20 Mar 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!