Hello,
I need to plot the graph of the line " y=53.5*x-1354.5 ", I tried using the " fplot " command but I couldn't get it to work.
Here is the relevant part of my code:
y=53.5*x-1354.5
fplot(y,[0,50])
Is there a different command I need to use or am I making a mistake somewhere?
Thank you for your help.