Plotting Equation with straight line

2 views (last 30 days)
matt noman
matt noman on 7 Mar 2020
Commented: Star Strider on 7 Mar 2020
how do I plot this equation in matlab with a straight line
theta=4 x=8 R=9.2 E=5L=7 F=9 a=3
y=-(theta)*(x)+((R*x^3)/(6*E*L))-((F)/((6)*(E)*(L)))*(x-a)^3;

Answers (1)

Stephan
Stephan on 7 Mar 2020
Edited: Stephan on 7 Mar 2020

Categories

Find more on Line Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!